Cambium
Rank #17,619io.github.jarmstrong158/cambium
Knowledge-lifecycle MCP: turn agent work into memory, recall it across projects, promote to org.
Cambium is a Model Context Protocol (MCP) server published by jarmstrong158. It ranks #17,619 of 115,460 servers tracked on MCP Toplist. Cambium is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jul 12, 2026 and most recently updated on Aug 2, 2026.
Ranks ahead of 97,841 of 115,460 servers on MCP Toplist.
Use Cambium
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add cambium -e "CAMBIUM_REPO=<your CAMBIUM_REPO>" -e "CAMBIUM_AGENT_ID=<your CAMBIUM_AGENT_ID>" -e "CAMBIUM_ORG_REPO=<your CAMBIUM_ORG_REPO>" -- uvx cambium-mcpReplace each placeholder with your own value before saving.
[mcp_servers.cambium]
command = "uvx"
args = ["cambium-mcp"]
[mcp_servers.cambium.env]
CAMBIUM_REPO = "<your CAMBIUM_REPO>"
CAMBIUM_AGENT_ID = "<your CAMBIUM_AGENT_ID>"
CAMBIUM_ORG_REPO = "<your CAMBIUM_ORG_REPO>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.jarmstrong158%2Fcambium)<a href="https://mcptoplist.com/server/io.github.jarmstrong158%2Fcambium"><img src="https://mcptoplist.com/badge/io.github.jarmstrong158%2Fcambium.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
jarmstrong158
Other servers by jarmstrong158
- waveform-MCP#6,829
- context-keeper#7,723 · 6 vers
- Context Keeper (remote)#9,994 · 2 vers
- clark-mcp#12,744
- SkillMatch MCP#17,382 · 2 vers
- Conductor#20,441 · 2 vers
- agentsync#20,960 · 2 vers
- agentsync (remote)#25,208 · 2 vers
- cambium (remote)#27,445 · 1 ver
Available versions (2)
| Version | Published |
|---|---|
| 0.2.0 | Aug 2, 2026 |
| 0.1.0 | Jul 12, 2026 |
Frequently asked questions
- Who maintains Cambium?
- Cambium is maintained by jarmstrong158, which publishes 10 MCP servers (19 total versions) tracked on MCP Toplist.
- Is Cambium listed on the Official MCP Registry?
- Yes — Cambium is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Cambium have?
- MCP Toplist tracks 2 versions of Cambium, most recently published on Aug 2, 2026.
- Where can I find the source code for Cambium?
- The source code for Cambium is hosted at github.com/jarmstrong158/cambium.