anomalyco / anomalyco/opencode

mcp menu bug

Open
#39,680 0 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.