I tried to install it in my opencode by this config
"mcp": {
"codedb": {
"command": "/home/abb/bin/codedb",
"args": [
"mcp"
],
"type": "local",
"enabled": true
}
}
But i cannot find it in my mcp list in opencode.
and when i pushed opencode to use it i got
No MCP tools. So I can't directly use codedb's MCP server. But I can use the codedb CLI via bash.
Let me tell the user that codedb is configured as an MCP server in this project, and I can also use its CLI commands via bash.
It's configured as an MCP server in this project's opencode.json:6 — the binary lives at /home/abb/bin/codedb. I don't have direct MCP tool access, but I can invoke its CLI commands (like tree, outline, find, search, word, read, hot) via bash. Want me to run something with it
I tried to install it in my opencode by this config
But i cannot find it in my mcp list in opencode.
and when i pushed opencode to use it i got