Connect Continue.dev
kordi in Continue.
Continue is the open-source AI assistant for VS Code and JetBrains, and it speaks remote MCP. Add kordi with a token and ask about your subscriptions right in your editor.
Get a token
Generate a 90-day token at kordiapp.com/token. Treat it like a password — anyone holding it can read your subscriptions.
Add kordi to Continue
Open your config (~/.continue/config.yaml) and add kordi to mcpServers:
mcpServers: - name: kordi type: streamable-http url: https://kordiapp.com/mcp requestOptions: headers: Authorization: Bearer <your-token>
Continue's mcpServers is a YAML list — the - name dash matters. Headers go under requestOptions. Save and Continue reloads the server.
Ask away
Open the Continue chat (in Agent mode) and ask. It calls kordi's tools to pull your live data.
> what subscriptions am I paying for? ⚡ kordi (MCP): kordi_list_subscriptions You're tracking 7 services — $94.43/mo. Want a rotation plan?
Simulated — real tool, real response shape.
Notes
One token, every client. The same kordi token works in any MCP client — reuse it across Continue, VS Code, the Gemini CLI, and the rest.
Keep it out of git. Don't commit a config.yaml with the raw token — keep it in your local Continue config.
401 / unauthorized: the token is mistyped or past its 90 days. Regenerate at kordiapp.com/token and update your config.