Frontmatter
| title | Add server scaffold, read endpoints, and query search for Memory MCP |
| author | Aki-07 |
| state | Closed |
| createdAt | Oct 10, 2025, 10:43 PM |
| updatedAt | Oct 11, 2025, 5:14 PM |
| closedAt | Oct 11, 2025, 5:13 PM |
| mergedAt | |
| branches | dev ← feat/memory-mcp-query |
| url | https://github.com/neomjs/neo/pull/7455 |
Closed

Aki-07
commented on Oct 11, 2025, 1:07 PM
Hi @tobiu should I break these into 3 PRs?

tobiu
commented on Oct 11, 2025, 1:14 PM
hey! if you are aiming for more hacktoberfest tokens (accepted PRs) it would make sense. it would simplify the review process as well. small hint: package.json => if you use npm install to add a new dependency, the block formatting will get lost in most IDEs. the new dependency should also be a devDependency instead (rationale: not needed for running the framework itself, but supports the ai tooling).

Aki-07
commented on Oct 11, 2025, 5:01 PM
Hey!, its not for the hackathon, I wanted smaller PRs so that we can test separately and review process is smooth

Aki-07
commented on Oct 11, 2025, 5:11 PM
Hey @tobiu, have broke into 2 PRs to do review them when you have time

Aki-07
commented on Oct 11, 2025, 5:13 PM
Broken into 2 PRs #7462 #7463
https://github.com/neomjs/neo/blob/dev/CONTRIBUTING.md
Fixes #7407 #7408 #7409
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
If yes, please describe the impact and migration path for existing applications:
The PR fulfills these requirements:
devbranch, not themainbranchfix #xxx[,#xxx], where "xxx" is the issue number)Feature information -Introduces the Memory MCP server scaffold (ai/mcp/server/memory/) with Express bootstrapping, shared config, logging, JSON parsing, and Swagger UI served from the existing OpenAPI design (buildScripts/mcp/memory/openapi.yaml / learn/guides/ai/MemoryCoreMcpApi.md).
Other information: