anomalyco / anomalyco/opencode
MCP server request timeout in Opencode Desktop
Open
@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
Operating System
Windows 10
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.