-
Notifications
You must be signed in to change notification settings - Fork 580
Open
Description
Description
After reinstalling opencode and oh-my-opencode, the websearch_exa MCP server fails to connect with a timeout error.
Important Context
Before the reinstall, websearch_exa was working without any API key configuration. After reinstalling both opencode and oh-my-opencode, the MCP now times out.
Error
operation timeout after 5000ms
Environment
- OpenCode version: 1.1.1
- oh-my-opencode: latest
- OS: Linux
- Node: v24.12.0
Logs
From OpenCode logs:
INFO service=mcp key=websearch_exa type=remote found
The MCP is being detected as type=remote which causes the timeout.
Attempted Fixes (all failed)
- Added EXA_API_KEY environment variable
- Tried to override with local MCP config in opencode.json
- Increased timeout to 60000ms
- Tried different exa-mcp packages (exa-mcp-server, exa-mcp)
None of these worked. The local override config is ignored and it still tries to connect as remote.
Expected Behavior
websearch_exa should work out of the box like it did before the reinstall, without requiring an API key.
Steps to Reproduce
- Uninstall opencode and oh-my-opencode
- Reinstall both
- Run
/status- websearch_exa shows timeout
Question
Was there a change in how websearch_exa is configured? Why did it work without API key before but now fails?
aileks, plxzy255, sngweizhi, Reidond, wx0165927473 and 17 moreqychen2001
Metadata
Metadata
Assignees
Labels
No labels