Skip to content
Cursor

Mneme for Cursor

io.github.patsa2561-art/mneme-ai

Memory layer for AI coding assistants. Indexes git history + code, exposes via MCP.

client:Cursor transport:stdio runtime:npm

Install Mneme in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mneme-ai": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mneme-ai"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Mneme in other clients