anomalyco / anomalyco/opencode
mcp menu bug
@Hona is already working on this.
Since Jul 30, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Version: OpenCode Desktop 18.9 OS: Windows
Description: MCP servers configured in ~/.config/opencode/opencode.jsonc show up in the MCP menu but are disabled. Trying to toggle them on fails and they turn gray. Additionally, the Settings panel has no MCP configuration section at all.
Config:
{
"mcp": {
"maxmsp": {
"type": "local",
"enabled": true,
"command": [
"C:\MaxMSP-MCP-Server\.venv\Scripts\mcp.exe",
"run",
"C:\MaxMSP-MCP-Server\server.py"
]
}
}
}
Note: The same MCP server works perfectly from the OpenCode CLI (terminal).
Steps to reproduce:
Configure an MCP server in ~/.config/opencode/opencode.jsonc
Open OpenCode Desktop v18.9
Go to the MCP menu → server appears disabled
Click the toggle → it fails and turns gray
Go to Settings → no MCP section is present
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.