anomalyco / anomalyco/opencode

MCP server request timeout in Opencode Desktop

Open
#47,584 2 comments 0 reactions 1 assignee View on GitHub

@neriousy is already working on this.

Since Sep 6, 2026.

Dominant language
TypeScript
Stars
209k
Forks
27.5k
Avg merge
7h 2m
Merged PRs (30d)
384

Description

Description

When using Ghidra MCP, after a random amount of time the agent throws an error: "Request timed out" (MCP error -32001).
After manually restarting the MCP, it works for a while until the next "Request timed out" error occurs.

{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ghidra": {
      "type": "local",
      "command": ["py", "-3", "-m", "bridge_mcp_ghidra"],
      "enabled": true
    },
    "filesystem": {
      "type": "local",
      "command": ["npx", "-y", "@modelcontextprotocol/server-filesystem", "/some_dir"],
      "enabled": true
    }
  }
}
Plugins
  • opencode-ignore
OpenCode version

1.18.29

Steps to reproduce
  • Start mcp server in local network
  • Start opencode using above config.
Screenshot and/or share link
Image
Operating System

Windows 10

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.