mnemograph for Cursor
io.github.tm42/mnemograph
Event-sourced knowledge graph memory for AI coding agents with semantic search
client:Cursor
transport:stdio
runtime:pypi
Install mnemograph in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mnemograph": {
"type": "stdio",
"command": "uvx",
"args": [
"mnemograph"
],
"env": {
"MEMORY_PATH": "<MEMORY_PATH>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs