Skip to main content
OpenCode connects to Appeeky as a remote MCP server at https://mcp.appeeky.com/mcp, authenticated with your API key.

Connect Appeeky

1

Add the Appeeky MCP server

Create or update opencode.json in your project root:
You can also use OpenCode’s environment syntax to keep the key out of the file: set "Authorization": "Bearer {env:APPEEKY_API_KEY}" and export APPEEKY_API_KEY in your shell. OpenCode resolves it before the request goes out.
2

Restart OpenCode

Restart OpenCode so it picks up the new server, then confirm the appeeky tools are available.

Build with Appeeky

Describe what you want in chat and OpenCode calls the right Appeeky tools:
See the full tool reference for everything Appeeky exposes.

Troubleshooting

  • Tools missing or “not connected” — verify opencode.json is valid JSON and restart OpenCode.
  • 401 / “authentication required” — your API key is missing or invalid. Regenerate it at appeeky.com → Settings → API Key and update the Authorization header. Note the {env:...} form is resolved by OpenCode, not the shell — a literal ${VAR} will fail.
  • 429 / “rate limit” — you hit a plan or burst limit. See Rate Limits.