PluginBench
MCP Server
Active

Cambium MCP Server

io.github.jarmstrong158/cambium

What is the Cambium MCP server?

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

How to install Cambium

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • CAMBIUM_REPO

    Absolute path to the project git clone cambium reads/writes. Defaults to the current repo (cwd git root) when unset.

  • CAMBIUM_AGENT_ID

    Your unique agent id, attributed to captures/endorsements/promotions.

  • CAMBIUM_ORG_REPO

    Path to the org knowledge repo clone (org scope). Omit to keep promotions at team scope.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cambium": {
      "command": "uvx",
      "args": [
        "cambium-mcp"
      ],
      "env": {
        "CAMBIUM_REPO": "<YOUR_CAMBIUM_REPO>",
        "CAMBIUM_AGENT_ID": "<YOUR_CAMBIUM_AGENT_ID>",
        "CAMBIUM_ORG_REPO": "<YOUR_CAMBIUM_ORG_REPO>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "cambium": {
      "command": "uvx",
      "args": [
        "cambium-mcp"
      ],
      "env": {
        "CAMBIUM_REPO": "<YOUR_CAMBIUM_REPO>",
        "CAMBIUM_AGENT_ID": "<YOUR_CAMBIUM_AGENT_ID>",
        "CAMBIUM_ORG_REPO": "<YOUR_CAMBIUM_ORG_REPO>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "cambium": {
      "command": "uvx",
      "args": [
        "cambium-mcp"
      ],
      "env": {
        "CAMBIUM_REPO": "<YOUR_CAMBIUM_REPO>",
        "CAMBIUM_AGENT_ID": "<YOUR_CAMBIUM_AGENT_ID>",
        "CAMBIUM_ORG_REPO": "<YOUR_CAMBIUM_ORG_REPO>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "cambium": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "cambium-mcp"
      ],
      "env": {
        "CAMBIUM_REPO": "<YOUR_CAMBIUM_REPO>",
        "CAMBIUM_AGENT_ID": "<YOUR_CAMBIUM_AGENT_ID>",
        "CAMBIUM_ORG_REPO": "<YOUR_CAMBIUM_ORG_REPO>"
      }
    }
  }
}
Claude Code
claude mcp add cambium --env CAMBIUM_REPO=<YOUR_CAMBIUM_REPO> --env CAMBIUM_AGENT_ID=<YOUR_CAMBIUM_AGENT_ID> --env CAMBIUM_ORG_REPO=<YOUR_CAMBIUM_ORG_REPO> -- uvx cambium-mcp

Related MCP servers

Job search and ranking pipeline via MCP for Claude Desktop.

2
Python
MIT
View repository →

Cloudflare Worker remote transport for agentsync. MCP 2026-07-28, dual-era, stateless.

1
TypeScript
MIT
View repository →

Durable project-memory MCP: decisions, constraints, and pipelines across Claude sessions.

1
Python
MIT
View repository →

Local task scheduler and worker manager with MCP integration for Claude Desktop.

0
Python
MIT
View repository →

agentsync

Active

Multi-agent coordination MCP: claim work, survey peers, resolve conflicts via a git branch as CAS.

0
Python
View repository →

Cloudflare Worker for read-only recall of cambium knowledge. MCP 2026-07-28, dual-era.

0
TypeScript
MIT
View repository →