Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

mnemograph in other clients