LearnNewsExamplesServices
Frontmatter
id7410
titleMCP Server: Implement Memory Create Endpoint
stateClosed
labels
enhancementhelp wantedgood first issuehacktoberfestai
assigneesnabeel001
createdAtOct 7, 2025, 12:26 PM
updatedAtOct 24, 2025, 11:21 AM
githubUrlhttps://github.com/neomjs/neo/issues/7410
authortobiu
commentsCount3
parentIssue7399
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtOct 24, 2025, 11:21 AM

MCP Server: Implement Memory Create Endpoint

Closed v11.0.0 enhancementhelp wantedgood first issuehacktoberfestai
tobiu
tobiu commented on Oct 7, 2025, 12:26 PM

This ticket is for implementing the core data-entry functionality of the Memory Core MCP server: adding a new memory turn. This will be the most frequently called endpoint during an agent's operation.

Acceptance Criteria

  1. The server is extended to implement the POST /memories endpoint.
  2. The endpoint accepts a JSON body containing sessionId, prompt, thought, and response.
  3. The endpoint uses the refactored module to add the new entry to the ChromaDB memory collection.
  4. The endpoint returns a success confirmation.
  5. Appropriate error handling and validation are implemented.

Agent Instructions

To work on this ticket, please start your session with the following prompt:

Please follow the instructions in @AGENTS.md.

Once you are initialized, I want to work on a sub-task for the "Architect AI Tooling as a Model Context Protocol (MCP) Servers" epic.

My task is to implement: MCP Server: Implement Memory Create Endpoint

You will need to read the epic context from @.github/ISSUE/epic-architect-ai-tooling-as-mcp.md and the specific ticket details from @.github/ISSUE/ticket-implement-memory-create-endpoint.md before we begin.

tobiu added the enhancement label on Oct 7, 2025, 12:26 PM
tobiu added parent issue #7399 on Oct 7, 2025, 12:26 PM
tobiu added the help wanted label on Oct 7, 2025, 12:26 PM
tobiu added the good first issue label on Oct 7, 2025, 12:26 PM
tobiu added the hacktoberfest label on Oct 7, 2025, 12:26 PM
tobiu added the ai label on Oct 7, 2025, 12:26 PM
nabeel001
nabeel001 Oct 8, 2025, 5:21 AM

i would like to work on this. kindly assign this to me @tobiu

tobiu
tobiu Oct 8, 2025, 11:35 AM

Sure. Hint: this is a phase 2 item of https://github.com/neomjs/neo/issues/7399 => it requires phase 1 to be completed before you can start working on it.

tobiu assigned to @nabeel001 on Oct 8, 2025, 11:36 AM
tobiu
tobiu Oct 24, 2025, 11:21 AM

Hi @nabeel001,

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:21 AM