Mmcp.market

Context Vault MCP server

by RajdeepDas43·io.github.RajdeepDas43/context-vault·v0.7.0

Governed memory for AI agents (Paramind AI): conflict-checked writes, time-travel reads, ACL, audit.

C57/100grade C
What users say
No reviews yet
Be the first
Safety scan
C57/100

full report

Adoption
Not measured yet

Usage numbers are collected on the next scan

Reviews

Write one

Nobody has reviewed Context Vault yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Context Vault tools (7)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • recall

    Recall a prompt-ready, time- and permission-correct context string for `user` — only facts this user may see, valid at `as_of` (ISO; default now), contradictions filtered. `as_of` reconstructs the past (time-travel).

  • remember

    Remember fact(s) from natural-language text for `user`. Extracts claims and asserts them — every claim is conflict-checked (a contradiction is flagged, never silently stored). review=True queues the extracted claims for human approval instead of auto-asserting. Needs ANTHROPIC_API_KEY; without it, use vault_assert(subject, predicate, object).

  • vault_assert

    Advanced: assert a STRUCTURED claim (subject, predicate, object) — works with no API key (heuristic judge). Runs conflict detection and returns the relation/action taken.

  • vault_audit_replay

    Advanced: replay exactly what `principal_id` was served at/before `as_of` (ISO time).

  • vault_register_principal

    Advanced: attach visibility labels to a principal for GOVERNED SHARING across a team. Not required for remember/recall — those auto-create a private, per-user principal. Preserves an existing principal's workspaces (this tool takes none) so a relabel never silently resets tenant scope — surface parity with the admin /principals + CLI register paths.

  • vault_resolve

    Advanced: resolve the current, visible truth for a specific principal at a point in time (returns the raw facts + claim ids, not a packed string).

  • wake_up

    Start a session with a token-budgeted, governed context pack — everything this server's principal may see about `query`, valid at `as_of` (ISO; default now), with the token cost.

Public scan report

scanner v0.1.9 · 2026-09-24 · same rubric, same numbers if you re-run it

1 medium
  • Code scan291 source files scanned20/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancerepository not readable: repo not found3/15
  • Maintainer identityno repository or website to verify2/10

Findings (1)

  • mediumeval / new Function usedexec.eval
    context_vault_ai-0.7.0/context_vault/config.py: …NS", "") # RG-2a production shadow-eval (ADR-0045). All OFF / offline-safe: the m…
Overall 57/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Install directly

claude mcp add context-vault -- uvx context-vault-ai
Add to Cursor

Context Vault: common questions

Is Context Vault MCP server safe?
With care: it is graded C, so read the findings first (57/100). Read the Context Vault safety report
How do I install Context Vault?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Context Vault need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is Context Vault maintained?
The latest release is v0.7.0.
What can I use instead of Context Vault?
Servers from other publishers that do the same job: Attestari MCP server, ReasonGraph Cloud memory MCP server and Argon MCP server. Compare all Context Vault alternatives.

Alternatives to Context Vault

Same job from other publishers: the closest match first, then the best rated.

All Context Vault alternatives →
  • Attestari
    Auditable memory for AI agents: provable deletion, tamper-evident audit, time-travel recall.
    B
  • ReasonGraph Cloud memory
    Graph memory for AI agents: entities, cause-effect links, cross-session recall, time travel.
    A
  • Argon
    Versioned MongoDB sandboxes for AI agents: branch, time-travel, merge, and undo over MCP.
    B
  • MaxAEO AI Visibility MCP
    Local-first MCP server for AI visibility, GEO/AEO, llms.txt, and AI crawler readiness audits.
    A
  • travel.art
    Art-tourism data for AI agents: biennales, art fairs, museums, layover itineraries with 2026 facts.
    A

More from RajdeepDas43