basemind-opencode
v0.10.3
Published
Full AI context layer over MCP — tree-sitter code-map, document RAG (PDF/Office/HTML/email + OCR + reranker), shared agent memory, on-demand web crawl, git history + blame + per-symbol diff. 300+ languages, 10+ coding-agent harnesses, content-addressed Fj
Maintainers
Readme
basemind-opencode
OpenCode plugin for basemind — full AI context layer for coding agents.
Install
Add to your opencode.json (global or project-level):
{
"plugin": ["basemind-opencode@latest"]
}Restart OpenCode. You also need the basemind binary on your PATH:
npm install -g basemind # or: pip install basemind / cargo install basemindThen scan your repo once before starting OpenCode:
cd /path/to/your/repo
basemind scanWhat this registers
- MCP server named
basemindrunningbasemind serveover stdio. Exposes the full code-map, git, documents, and memory toolset. - Skills directory with pre-authored skills that document how to drive the MCP toolset.
See the main README for the full MCP tool reference, architecture, and configuration.
License
MIT
