Persistent shared knowledge graph memory for AI agents via MCP — built for kagent, compatible with any MCP-capable agent framework
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-memory-server": {
"command": "npx",
"args": [
"-y",
"foxj77/mcp-memory-server"
]
}
}
}
Run in terminal:
claude mcp add mcp-memory-server npx -y foxj77/mcp-memory-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-memory-server": {
"command": "npx",
"args": [
"-y",
"foxj77/mcp-memory-server"
]
}
}
}