https://mcp.appeeky.com/mcp, authenticated with your API key.
Get your API key from appeeky.com → Settings → API Key or the API Dashboard.
Connect Appeeky
1
Add the Appeeky MCP server
Create or update
opencode.json in your project root: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:Troubleshooting
- Tools missing or “not connected” — verify
opencode.jsonis 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
Authorizationheader. 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.

