Skip to content
Zed

alephant mcp for Zed

io.github.alephantai/alephant-mcp

Alephant MCP server for AI cost control, BYO-key routing, 50+ providers, and 320+ models.

client:Zed transport:stdio runtime:npm

Install alephant mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "alephant-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@alephantai/mcp"
      ],
      "env": {
        "ALEPHANT_API_BASE_URL": "<ALEPHANT_API_BASE_URL>",
        "ALEPHANT_VIRTUAL_KEY": "<ALEPHANT_VIRTUAL_KEY>",
        "ALEPHANT_PAT": "<ALEPHANT_PAT>",
        "ALEPHANT_WORKSPACE_ID": "<ALEPHANT_WORKSPACE_ID>",
        "ALEPHANT_RATE_LIMIT_RPM": "<ALEPHANT_RATE_LIMIT_RPM>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

alephant mcp in other clients