Skip to content
Cursor

memdocs for Cursor

io.github.silversurfer562/memdocs

Git-native project memory for AI assistants with enterprise-grade audit compliance

client:Cursor transport:stdio runtime:pypi

Install memdocs 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": {
    "memdocs": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "memdocs"
      ],
      "env": {
        "PROJECT_ROOT": "<PROJECT_ROOT>",
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
      }
    }
  }
}

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

memdocs in other clients