1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
OpenCode plugin for [basemind](https://github.com/Goldziher/basemind) — full AI context layer for coding agents.
Add to your `opencode.json` (global or project-level):
```json
{
"plugin": ["basemind-opencode@latest"]
}
```
Restart OpenCode. You also need the `basemind` binary on your `PATH`:
```bash
npm install -g basemind # or: pip install basemind / cargo install basemind
```
Then scan your repo once before starting OpenCode:
```bash
cd /path/to/your/repo
basemind scan
```
- -
See the [main README](https://github.com/Goldziher/basemind#readme) for the full MCP tool
reference, architecture, and configuration.
MIT