- Create stdio MCP server wrapping core memory functions (query, show, list, children, add, link) - Add CLAUDE.md with memory-querying instructions for Claude - Register MCP server in .mcp.json - Document MCP setup and tools in USAGE.md
9 lines
111 B
JSON
9 lines
111 B
JSON
{
|
|
"mcpServers": {
|
|
"memory": {
|
|
"command": "node",
|
|
"args": ["./dist/mcp/index.js"]
|
|
}
|
|
}
|
|
}
|