Frontmatter
| id | 7404 |
| title | MCP Server: Implement Knowledge Read Endpoints |
| state | Closed |
| labels | enhancementhelp wantedgood first issuehacktoberfestai |
| assignees | MannXo |
| createdAt | Oct 7, 2025, 12:12 PM |
| updatedAt | Oct 24, 2025, 11:25 AM |
| githubUrl | https://github.com/neomjs/neo/issues/7404 |
| author | tobiu |
| commentsCount | 5 |
| parentIssue | 7399 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 24, 2025, 11:24 AM |
MCP Server: Implement Knowledge Read Endpoints
tobiu added parent issue #7399 on Oct 7, 2025, 12:12 PM

MannXo
Oct 8, 2025, 2:12 PM
Hey @tobiu I can continue my contribution to #7399 by working on this issue. Let me know if you dont mind.
Cheers

tobiu
Oct 8, 2025, 2:22 PM
Thx, appreciated!
tobiu assigned to @MannXo on Oct 8, 2025, 2:22 PM

MannXo
Oct 8, 2025, 2:42 PM
Thx, appreciated!
I think I should wait for #7403 to complete before I can start this. I can take #7402 until then.

tobiu
Oct 8, 2025, 2:46 PM
sounds good to me. hint: you need to add a comment to #7402, otherwise i can not assign it to you (github security policy).

tobiu
Oct 24, 2025, 11:24 AM
i think this one was resolved via a 2 tickets in 1 PR. logic got converted to the new servers.
tobiu closed this issue on Oct 24, 2025, 11:25 AM
This ticket is for implementing the primary read endpoints for the Knowledge Base MCP server. This involves fetching and listing documents from the ChromaDB collection.
Acceptance Criteria
GET /documentsendpoint, which lists all documents in the knowledge base (pagination is optional but preferred).GET /documents/:idendpoint, which retrieves a single document by its ID.Agent Instructions
To work on this ticket, please start your session with the following prompt: