Skip to content

basemind

The context and communication layer for coding agents. Turn any repo into an always-current map of its code, documents, history, and memory — so agents answer from structure and search instead of burning their context window on grep and file reads.

Code map across 300+ languages · documents in 90+ formats · semantic + full-text search · git history & blame · shared memory · web crawl · agent-to-agent comms. One server does both jobs — and every answer comes back as paths, line numbers, and signatures, not whole files, so a question about your code costs a small fraction of the tokens it takes to read the source.

The operating rule: basemind first, shell/grep/git fallback

Section titled “The operating rule: basemind first, shell/grep/git fallback”

Answer from structure

outline a file before you open it, search_symbols instead of grep, find_references instead of grepping call sites. Pointers, not file bodies.

Ask history directly

recent_changes, blame_symbol, commits_touching, diff_outline — git intelligence at symbol resolution, in tens of microseconds.

Search everything

Semantic + full-text search over PDFs, Office, HTML, email, and images (OCR) — plus scraped web pages — with reranking and per-document summaries.

Coordinate agents

A shared channel for a team of agents on the same repo: rooms, inboxes, direct messages, and orchestration of many named subagents.

The plugin sets up the server, helper skills, comms, and slash commands — and downloads the basemind program for you on first use. Or install the program directly with a package manager.

/plugin marketplace add Goldziher/basemind
/plugin install basemind@basemind

More hosts — Windsurf, Factory Droid, OpenCode, Kimi, Cline, Continue, and others — plus the plain MCP server and standalone CLI paths are in the full installation guide.