https://mcp.sevalla.com/mcp.
After setup, OpenCode can call Sevalla MCP tools like search and execute from the same session.
Quick setup (CLI + OAuth)
OAuth is the recommended authentication method.- Add a remote MCP server from the OpenCode CLI:
- In the interactive prompt, choose:
- Type:
remote - Name:
sevalla - URL:
https://mcp.sevalla.com/mcp
- Type:
- Authenticate:
- Verify the server status:
Manual configuration (opencode.json)
You can configure MCP servers in:
opencode.jsonin your project root (project scope)~/.config/opencode/opencode.json(global scope)
Configuration scope
OpenCode merges config layers. Project config overrides conflicting values from global config.- Global scope:
~/.config/opencode/opencode.json - Project scope:
opencode.json
Uninstall
- Run:
- Delete the
sevallaentry fromopencode.jsonin your project root.
Reference
- Sevalla MCP endpoint:
https://mcp.sevalla.com/mcp - Sevalla MCP repository: github.com/sevalla-hosting/mcp