Knowledge-lifecycle MCP: turn agent work into memory, recall it across projects, promote to org.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx cambium-mcp
MCP client config
{
"mcpServers": {
"cambium": {
"command": "uvx",
"args": [
"cambium-mcp"
]
}
}
}