Skip to content
Cursor

context vault for Cursor

io.github.rajdeepdas43/context-vault

Governed memory for AI agents (Paramind AI): conflict-checked writes, time-travel reads, ACL, audit.

client:Cursor transport:stdio runtime:pypi

Install context vault in Cursor

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

{
  "mcpServers": {
    "context-vault": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "context-vault-ai"
      ]
    }
  }
}

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

context vault in other clients