BaseMouse

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

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение

Что умеет

  • 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

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

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.

Список инструментов сервера (3)

Технические названия из tools/list. Нужны только разработчикам.

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.