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.
CAMBIUM_REPOAbsolute path to the project git clone cambium reads/writes. Defaults to the current repo (cwd git root) when unset.
CAMBIUM_AGENT_IDYour unique agent id, attributed to captures/endorsements/promotions.
CAMBIUM_ORG_REPOPath to the org knowledge repo clone (org scope). Omit to keep promotions at team scope.
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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 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-mcpRelated MCP servers
agentsync (remote)
Cloudflare Worker remote transport for agentsync. MCP 2026-07-28, dual-era, stateless.
Durable project-memory MCP: decisions, constraints, and pipelines across Claude sessions.
Local task scheduler and worker manager with MCP integration for Claude Desktop.
agentsync
Multi-agent coordination MCP: claim work, survey peers, resolve conflicts via a git branch as CAS.
cambium (remote)
Cloudflare Worker for read-only recall of cambium knowledge. MCP 2026-07-28, dual-era.