Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Cambium

PYPI · CAMBIUM-MCP · SCANNED SEP 21

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

Available components

0 this week 76 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 1 of 29 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency32
Schema Quality & AI Usability66
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 3518 tokens (~219/item across 16 items; 16 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
  • Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage71
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 16 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 16 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the Cambium MCP server?

Cambium runs locally as a PyPI package, launched with uvx cambium-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · cambium-mcp

# add to Claude Code
claude mcp add jarmstrong158-cambium -- uvx cambium-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "jarmstrong158-cambium": {
      "command": "uvx",
      "args": [
        "cambium-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "jarmstrong158-cambium": {
      "command": "uvx",
      "args": [
        "cambium-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add jarmstrong158-cambium -- uvx cambium-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "jarmstrong158-cambium": {
      "type": "local",
      "command": [
        "uvx",
        "cambium-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add jarmstrong158-cambium --command uvx --arg cambium-mcp
# ~/.hermes/config.yaml
mcp_servers:
  jarmstrong158-cambium:
    command: "uvx"
    args: ["cambium-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "jarmstrong158-cambium": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "cambium-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add jarmstrong158-cambium -t stdio -c uvx -a cambium-mcp
// mcp.json
{
  "mcpServers": {
    "jarmstrong158-cambium": {
      "command": "uvx",
      "args": [
        "cambium-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 18 Sept 26 0
    • Stability: 0.97 → pass security
  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 11 Sept 26 0
    • Stability: 0.97 → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Analysed pypi/cambium-mcp@0.2.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted hatchling.build

Background: Why install scripts are a supply-chain risk →

Dependencies 29 packages
Packages resolved 29
No linked repository 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 16 exposed · ~3,518 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
capture ~180

Save a knowledge item to your LOCAL scope: a fact, design note, gotcha, or troubleshooting step worth remembering. This is the manual capture path; distill() is the automatic one. type : memory | need | skill kind : freeform subtype (note, decision, constraint, runbook, ...) why : the rationale — makes the item far more useful at recall time tags : comma/space-separated keywords (boost recall matching) valid_while : optional premise this knowledge depends on, e.g. "while we're on NetSuite" — surfaced later so a dead assumption is spottable

NameTypeReqDescription
contentstringyes
kindstring
tagsstring
typestring
valid_whilestring
whystring
NameTypeReqDescription
resultstringyes

No examples provided.

deprecate ~177

Retire a knowledge item so recall stops serving it — the counterpart to verify_entry (which re-affirms). This is the action stale_report points at: when an entry's premise has died ("we've left NetSuite"), deprecate it. Sets status='deprecated' wherever the item lives — local, team, or org — through the same write/CAS path promotion uses (org honours CAMBIUM_ORG_PR, landing the change as a pull request). Deprecated items drop out of recall(), KNOWLEDGE.md, and promotion, but stay in the store with a `deprecated_at` stamp and optional reason for provenance/audit; reactivating one is a manual JSON edit by design (retiring is the common, safe direction).

NameTypeReqDescription
item_idstringyes
reasonstring
NameTypeReqDescription
resultstringyes

No examples provided.

distill ~299

Automatically turn work that already happened into knowledge. Reads two substrates natively — no export step, no copy-paste: 1. agentsync: every DONE claim on the coordination branch (task + partner note + changed files) becomes an 'outcome' memory. The note your partner left for reconciliation is exactly the knowledge worth keeping. 2. context-keeper: every active decision and constraint in .context/ becomes a memory with its rationale, preserving the dec-NNN/con-NNN provenance. Idempotent — each source record imports at most once; re-run freely (e.g. from a session-end or post-commit hook for passive capture). Release-time capture (opt-in, CAMBIUM_RELEASE_CAPTURE=1): agentsync erases a claim from live state the moment it is released or re-claimed, so a claim that completes and churns before the next full distill is lost. With the flag on, distill also remembers the last-seen claim per agent and captures any that has churned away since the previous run — from that snapshot, via the same watermark, so nothing double-imports. Wire distill to fire on completion events and captured-once-at-completion is the result. The residual gap: a done state that lives and dies entirely between two runs is never observed (only the agentsync git log holds it).

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

endorse ~472

Vouch for an item — the strong trust signal, and a human judgement that nothing else in this server can substitute for. Why it matters: one endorsement fast-tracks local->team promotion, and it is REQUIRED for team->org. Recall counts alone never reach org scope, by design — popularity is not correctness, so somebody has to deliberately say "this is right" before knowledge becomes org-wide. When to use this instead of the alternatives: endorse : you have CONFIRMED the item is correct and want it to carry more weight and become promotable. verify_entry : you re-checked it and want to refresh its freshness date without adding a trust signal. promote : you want to move it up a scope now. Endorse first if it has not cleared the bar. deprecate : it turned out to be wrong. Side effects: appends an endorsement stamp (your agent id, a timestamp, and your note) to the item's trust record and writes it immediately. Endorsing the same item twice appends a SECOND stamp rather than replacing the first — this is deliberate, since two people vouching is stronger than one, but it does mean re-running this inflates the count. Searches local scope first, then team and org. Parameters: item_id : the id of the item to vouch for, as returned by recall(), capture(), record_need() or status(). Not the content text — an id that matches nothing in any scope returns an error rather than creating anything. note : optional free text recording WHY you are vouching — e.g. "hit this in prod on 2026-07-14, the workaround is exact". Stored on the stamp and shown to whoever reviews the promotion later, so it is the difference between a countable vote and a reviewable one. Returns JSON: {"status": "endorsed", "scope": "local"|"team"|"org", "item": {...}} naming the scope the item was found in. On failure returns {"error": "..."…

NameTypeReqDescription
item_idstringyes
notestring
NameTypeReqDescription
resultstringyes

No examples provided.

export_markdown ~187

Render knowledge to a human-readable KNOWLEDGE.md — grouped by scope then project, each item showing summary, kind, provenance (dec-NNN / claim origin), recall count and promoted date. cp1252 mojibake (em dashes, curly quotes) is normalized so the text is clean. scope='org' (default): re-render the org knowledge repo's KNOWLEDGE.md from its knowledge.json and commit + push it beside the JSON, so the org repo's docs are always current. (This also runs automatically after any org promotion — direct-push commits both files together; PR mode puts both on the same PR branch.) scope='local'|'team'|'all': render those scope(s) and RETURN the markdown without publishing — there is no repo to publish local/team docs to.

NameTypeReqDescription
scopestring
NameTypeReqDescription
resultstringyes

No examples provided.

generalize ~230

Restate an ALREADY-PROMOTED item's body as the cross-project rule, in place, keeping the concrete version as `example`. The remediation counterpart of the org generalization gate: items that reached org (or team) before the gate — or were forced past it — are listed by review_promotions() under `org_needs_generalization`; this rewrites one to its general form. org_content : the cross-project rule to become the body. If omitted, the item's latest endorsement note is used (that is where the generalization was usually already written). note : optional note recorded as a verification stamp. Writes through the org store's CAS path (direct push, or the shared `cambium/generalize` PR branch when CAMBIUM_ORG_PR=1 — repeated calls batch into one reviewable PR), re-rendering KNOWLEDGE.md alongside. Team-scope items are edited via the team CAS path.

NameTypeReqDescription
item_idstringyes
notestring
org_contentstring
NameTypeReqDescription
resultstringyes

No examples provided.

import_memory ~265

Ingest an external memory export into cambium as LOCAL-scope, provenance- tagged knowledge items — a source adapter alongside distill's substrate readers. Import/ingest only: it reads the source READ-ONLY and never writes back to it. source : adapter name. 'json' = a generic JSON/JSONL export — a list of records (or an object wrapping one under memories/items/records), each with a text body (content/text/body/memory/note) plus optional title, why, kind, tags, id, timestamp. It's the extension point: new formats are new adapters, no core changes. path : local file path to read (no network, no external auth). Every item is stamped with provenance (source.imported=True, the origin system, original id + timestamp) so imports never masquerade as native capture. Idempotent — re-importing the same records adds nothing (dedupe by source id, or content hash when no id). Imported items are NOT auto-promoted; they earn team/org the normal way, through recall usage and endorsement. Returns a summary: imported / skipped / duplicates.

NameTypeReqDescription
pathstringyes
sourcestringyes
NameTypeReqDescription
resultstringyes

No examples provided.

promote ~281

Graduate knowledge up a scope as it earns trust — the compound-growth step. With no arguments, scans your local items and promotes every one that qualifies to team. With an item_id, promotes that item one level (local->team, or team->org with to_scope="org"). Thresholds: local->team needs recalls >= CAMBIUM_PROMOTE_RECALLS or one endorsement; team->org always needs an endorsement (force=True overrides, use deliberately). Org promotion lands as a direct push, or as a pull request when CAMBIUM_ORG_PR=1 — the PR review is the org trust gate. org_content : the cross-project restatement of a body that is specific to one repo. Promotion to org changes the readership to everyone, so a project-local runbook ("append to dashboard.py REGIMES") must become the general rule ("annotate a regime boundary when a metric's computation changes"). If the body reads project-specific and no org_content is given, promotion is refused (with the tells and a suggested draft) unless force=True. When supplied, org_content becomes the org body and the original is preserved as `example`.

NameTypeReqDescription
forceboolean
item_idstring
org_contentstring
to_scopestring
NameTypeReqDescription
resultstringyes

No examples provided.

recall ~158

Search knowledge across scopes and return the best matches. THE read endpoint for every agent type — a coding agent, a Slack KB bot, an SRE bot — they all ask here, so knowledge captured once serves them all. scope : auto (local+team+org, the default) | local | team | org limit : max results Every returned item's recall counter is incremented (local directly, team best-effort via the shared branch) — usage is the trust signal promotion feeds on. If nothing clears the relevance floor the response says no_confident_match: true — don't present weak matches as established fact.

NameTypeReqDescription
limitinteger
querystringyes
scopestring
NameTypeReqDescription
resultstringyes

No examples provided.

record_need ~396

Record a NEED — something missing, wanted, or blocking. Needs are first-class alongside memories: "we need staging seeds", "docs for X are missing", "no way to replay a failed job". When to use this instead of the alternatives: record_need : a GAP. Something that does not exist yet and should. capture : a FACT you learned. Use it when the thing is already true. distill : never called by hand for this — it imports work that already happened, and cannot invent a need. Side effects: appends one item to the LOCAL knowledge store on this machine (personal scope) and writes it to disk immediately. Nothing is shared with the team or org until promote() is called on it, and nothing is sent over the network. Recording the same need twice creates two items — this does not deduplicate, so recall() first if you may already have logged it. Parameters: content : the need itself, stated concretely. "docs for the retry policy are missing" beats "docs are bad". why : optional but strongly worth filling. The rationale — what is blocked, or what it costs to leave unfixed. This is what makes the item useful months later when the urgency is forgotten, and it is indexed for recall alongside the content. tags : optional comma- or space-separated keywords ("ci, flaky, staging"). They boost recall matching, so a future session searching different words can still find this. Returns JSON: {"status": "captured", "item": {...}} where item includes the generated id needed by promote(), endorse() and deprecate(). On failure returns {"error": "..."} — an empty content is refused.

NameTypeReqDescription
contentstringyes
tagsstring
whystring
NameTypeReqDescription
resultstringyes

No examples provided.

review_promotions ~48

What's ready to move up? Lists local items eligible for team, team items eligible for org (endorsed), and org PRs already opened. The human-readable checkpoint before running promote().

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

session_primer ~183

A compact digest of what's ALREADY known for this project — built to be injected automatically at session start so recall is passive, not a step an agent has to remember. Returns the highest-value active knowledge (most- recalled, then most-recently-updated) across local+team+org, plus any promoted assumptions (valid_while premises) that look stale and worth re-checking. READ-ONLY: unlike recall(), it does NOT increment recall counters — a passive session-start surfacing must never inflate trust or nudge promotion. It is the session-start counterpart to distill() at session end: together they close the capture/recall loop without either one depending on the agent remembering to call it. Use recall(query) for a real, query-scoped search.

NameTypeReqDescription
limitinteger
NameTypeReqDescription
resultstringyes

No examples provided.

setup ~269

Finish cambium's setup in one call — the tool status() and every unconfigured error point you to. Validates paths, scaffolds .cambium/ (and gitignores it), and writes a local fallback config the server reads when env vars are absent (env still wins when set, and it takes effect immediately — no restart). project_repo : absolute path to your project's git clone (required) agent_id : your unique agent id (required) org_repo : optional — a local clone path, OR a GitHub 'owner/name'. If a name isn't cloned locally, setup OFFERS the exact gh/git commands to stand it up and leaves org scope off; it never creates or pushes a repo for you. org_pr : optional — org promotion opens a pull request instead of a direct push. team_branch : optional — override the team-scope branch (default 'cambium'). No secrets are written anywhere; the config file holds only paths, ids, and flags, and lives outside any repo.

NameTypeReqDescription
agent_idstringyes
org_prboolean
org_repostring
project_repostringyes
team_branchstring
NameTypeReqDescription
resultstringyes

No examples provided.

stale_report ~179

Which promoted knowledge might be going stale? Lists team + org entries (the ones that cleared the trust gate) sorted OLDEST-VERIFIED-FIRST, with never-reverified entries flagged at the top and each entry's valid_while premise surfaced so a reader can spot dead assumptions ("while we're on NetSuite" long after the NetSuite migration). project : limit to one project's entries (default: all) older_than_days : only entries last verified more than N days ago (plus every never-verified one); 0 = no age filter. Event-driven, not clock-driven: this reports absent/old verification events, it does NOT compute a decaying confidence score. Re-confirm with verify_entry(); promotion also counts as a verification.

NameTypeReqDescription
older_than_daysinteger
projectstring
NameTypeReqDescription
resultstringyes

No examples provided.

status ~82

First thing to call — especially when cambium looks broken. Returns structured config state: what's set, what's missing, what each gap costs in plain terms, and the exact setup() call that fixes it. NEVER raises on missing config. When fully configured it also reports item counts per scope/type, distill watermarks, and which substrates are actually wired.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

verify_entry ~112

Confirm a knowledge entry still holds — stamp its last_verified to now. This is the event that keeps promoted knowledge honest: promotion's trust gate defends what comes IN, verification keeps an entry from silently going stale after. An optional note records what was confirmed. Absent/old last_verified is a signal (see stale_report), never an automatic downgrade. Works on local and team entries; find stale ones with stale_report().

NameTypeReqDescription
item_idstringyes
notestring
NameTypeReqDescription
resultstringyes

No examples provided.

Common questions

What is the Cambium MCP server?

Cambium is an MCP server listed in the public MCP registry as io.github.jarmstrong158/cambium. Knowledge-lifecycle MCP: turn agent work into memory, recall it across projects, promote to org. This page covers its PyPI package (cambium-mcp).

Is the Cambium MCP server safe to use?

Cambium scores 76 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Cambium MCP server expose?

Cambium exposes 16 tools: capture, record_need, distill, import_memory, recall, and 11 more. Their descriptions and schemas cost roughly 3,518 tokens of context every time the server is loaded.

Is the Cambium MCP server still maintained?

Cambium is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.