basemind

Solid

Navigate large or unfamiliar codebases via the basemind MCP server — outlines, symbol search, reference/caller lookups, commit history, blame, and diffs without reading source files. Reach for it whenever the user asks "where is X defined", "what calls Y", "what changed recently in Z", or whenever you're about to grep or open many files to find structural information.

AI & Automation 69 stars 13 forks Updated today MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
61
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# basemind — the indexed context layer basemind is the full context layer for this repository, served over MCP. It pre-indexes the repo into a content-addressed blob store + Fjall inverted index (and, when enabled, a LanceDB vector store) so structural, historical, and semantic questions resolve in milliseconds — without you reading whole files. ## Capabilities - **Code map across 300+ languages** — tree-sitter outlines, symbol search, references, callers, call graphs, implementations, dependents. - **Full-text + symbol search** — indexed regex over content (`workspace_grep`) and substring symbol lookup (`search_symbols`). - **Git intelligence** — history, blame, and structural diffs at symbol resolution, plus churn. - **Document RAG over 90+ file formats** — PDFs, Office, HTML, email, images (OCR) → semantic search with cross-encoder reranking (`search_documents`). - **Shared memory** — per-repo, scope-keyed key-value + semantic memory across sessions. - **Web crawl** — scrape / follow-link crawl into the same searchable document store. ## Dedicated per-capability skills This umbrella skill covers the whole surface. For focused workflows, reach for the dedicated skills: - **`basemind-code-search`** — outlines, symbol search, references, callers, call graphs. - **`basemind-git-history`** — history, blame, structural diffs, churn. - **`basemind-documents`** — document RAG (`search_documents`), web ingestion, memory. - **`basemind-comms`** — coordinating with other ...

Details

Author
Goldziher
Repository
Goldziher/basemind
Created
2 years ago
Last Updated
today
Language
Rust
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category