Skip to main content
OpenCode supports remote HTTP MCP servers and local stdio commands.

Config locations

  • Global: ~/.config/opencode/opencode.json
  • Project-local: opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "pwno-mcp": {
      "type": "remote",
      "url": "http://127.0.0.1:5500/mcp",
      "enabled": true
    }
  }
}

Helpful commands

  • opencode mcp add
  • opencode mcp list
After setup, run opencode mcp list and confirm pwno-mcp is enabled before opening your target project.