Frontmatter
| id | 7524 |
| title | Remove Legacy Express Server from Memory Core |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Oct 17, 2025, 1:26 PM |
| updatedAt | Oct 17, 2025, 2:36 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7524 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 7520 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 17, 2025, 2:36 PM |
With the new
stdio-based MCP server fully functional, the final step is to remove the legacy Express.js implementation to complete the migration.Acceptance Criteria
index.mjsfile (the Express server entry point) is deleted fromai/mcp/server/memory-core/.express,cors, etc.) are removed from the mainpackage.jsonif they are no longer needed by other parts of the project.startscript for the memory server inpackage.jsonis updated or removed.