BaseMouse

Shared, versioned memory for your agents across Claude Code, Cursor, Kiro and Grok.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

  • Search: Search the BaseMouse repository (your workspace plus the public corpus). Returns ranked lexical matches with scores and matched terms.
  • Get Context Pack: Generate a cited, checksummed basemouse.context_pack.v1 — grounded JSON your agent can answer from, with provenance for every entry. Counts against your plan's monthly pack quota whe
  • Upsert Document: Create or update a document in your workspace by stable id — the write half of agent memory. Idempotent: unchanged content writes nothing (outcome "unchanged", no new revision); real

What data it sees

Do you need an account

No: the server works without sign-in

Shared, versioned memory for your agents across Claude Code, Cursor, Kiro and Grok. One MCP server, sourced answers, full history. Tools: search, get_context_pack, upsert_document. Anonymous browses a public demo corpus; add a Bearer key for your own workspace.

Server tool list (3)

Raw names from tools/list. Only developers need these.

searchSearch the BaseMouse repository (your workspace plus the public corpus). Returns ranked lexical matches with scores and matched terms.
get_context_packGenerate a cited, checksummed basemouse.context_pack.v1 — grounded JSON your agent can answer from, with provenance for every entry. Counts against your plan's monthly pack quota when authenticated.
upsert_documentCreate or update a document in your workspace by stable id — the write half of agent memory. Idempotent: unchanged content writes nothing (outcome "unchanged", no new revision); real changes append a revision to the tamper-evident history. Tags merge additively. Requires an authenticated bm_ key with write access.