Skip to content
Cursor

Mneme Decision MCP for Cursor

io.github.mnemehq/mneme

Local MCP server for architectural decisions, traceability, and non-authoritative proposals.

client:Cursor transport:stdio runtime:pypi

Install Mneme Decision MCP in Cursor

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

{
  "mcpServers": {
    "mneme": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mneme-hq"
      ]
    }
  }
}

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

Mneme Decision MCP in other clients