Zed

kordi in Zed.

Zed's Agent Panel speaks remote MCP natively. Add kordi with a token and ask what to pause, what's about to charge you, and what's worth keeping — right from your editor.

1

Get a token

Generate a 90-day token at kordiapp.com/token. Treat it like a password — anyone holding it can read your subscriptions.

2

Add kordi to Zed

Open Zed → Settings → Open Settings (⌘,) and add kordi to context_servers:

{
  "context_servers": {
    "kordi": {
      "url": "https://kordiapp.com/mcp",
      "headers": { "Authorization": "Bearer <your-token>" }
    }
  }
}

Zed connects to the HTTPS endpoint directly — no bridge. Save and Zed restarts the server automatically. (On older Zed without native HTTP, use the mcp-remote npx bridge instead — or just update Zed.)

3

Ask away

Open the Agent Panel (⌘?) and ask. Zed calls kordi's tools to pull your live data.

Zed — Agent Panel
> 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 Zed, VS Code, the Gemini CLI, and the rest.

Token required. Don't leave out the headers — kordi's OAuth sign-in currently only supports Claude and ChatGPT as clients, so a header-less Zed connection fails at sign-in. The Bearer token is the path here.

401 / unauthorized: the token is mistyped or past its 90 days. Regenerate at kordiapp.com/token and update your settings.