Frontmatter
| id | 7411 |
| title | MCP Server: Implement Memory Lifecycle Endpoints |
| state | Closed |
| labels | enhancementhelp wantedgood first issuehacktoberfestai |
| assignees | harikrishna-au |
| createdAt | Oct 7, 2025, 12:29 PM |
| updatedAt | Oct 24, 2025, 11:16 AM |
| githubUrl | https://github.com/neomjs/neo/issues/7411 |
| author | tobiu |
| commentsCount | 3 |
| parentIssue | 7399 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 24, 2025, 11:16 AM |
MCP Server: Implement Memory Lifecycle Endpoints
tobiu added parent issue #7399 on Oct 7, 2025, 12:29 PM

tobiu
Oct 13, 2025, 12:05 PM
sure, and thanks for your interest. for this ticket, i would also recommend to point the agent to ai/mcp/server/memory/openapi.yaml, and let it explore other files for the new memory server (consistency and context).
tobiu assigned to @harikrishna-au on Oct 13, 2025, 12:05 PM

tobiu
Oct 24, 2025, 11:16 AM
Hi @harikrishna-au,
Thank you for your interest in this ticket during Hacktoberfest.
As there has been no activity for a couple of weeks and the project's architecture has been evolving rapidly, the core functionalities for this ticket have now been implemented as part of the main MCP server development.
We're closing this ticket now. Thanks again for your willingness to contribute, and we hope to see you in other issues!
tobiu closed this issue on Oct 24, 2025, 11:16 AM
This ticket is for implementing the session lifecycle endpoints for the Memory Core MCP server. This includes triggering the summarization process and clearing old summaries.
Acceptance Criteria
POST /sessions/summarizeendpoint, which triggers the asynchronous summarization of all unsummarized sessions.DELETE /summariesendpoint, which deletes all session summaries from the ChromaDB collection.Agent Instructions
To work on this ticket, please start your session with the following prompt: