Skip to content
Cursor

Cambium for Cursor

io.github.jarmstrong158/cambium

Knowledge-lifecycle MCP: turn agent work into memory, recall it across projects, promote to org.

client:Cursor transport:stdio runtime:pypi

Install Cambium 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": {
    "cambium": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "cambium-mcp"
      ],
      "env": {
        "CAMBIUM_REPO": "<CAMBIUM_REPO>",
        "CAMBIUM_AGENT_ID": "<CAMBIUM_AGENT_ID>",
        "CAMBIUM_ORG_REPO": "<CAMBIUM_ORG_REPO>"
      }
    }
  }
}

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

Cambium in other clients