> ## Documentation Index
> Fetch the complete documentation index at: https://docs.konbiniapi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Zed

> Connect KonbiniAPI to Zed using a custom remote MCP server.

Zed supports remote MCP servers natively. If you add a remote server URL
without an `Authorization` header, Zed will handle the standard OAuth flow for
you.

<Steps>
  <Step title="Open agent settings">
    In Zed, open the **Agent Panel**, then open **Settings** and click **Add
    Custom Server**.
  </Step>

  <Step title="Add KonbiniAPI">
    You can add the server in the UI, or edit your Zed settings JSON directly:

    ```json theme={null}
    {
      "context_servers": {
        "konbiniapi": {
          "url": "https://mcp.konbiniapi.com"
        }
      }
    }
    ```
  </Step>

  <Step title="Authorize">
    Start using the server from the agent panel. Zed will prompt you to
    authenticate through the browser and then store the connection for reuse.
  </Step>
</Steps>

KonbiniAPI tools are then available to Zed's agent for endpoint discovery,
documentation lookup, and live TikTok or Instagram API calls.
