Skip to content
Windsurf

alephant mcp for Windsurf

io.github.alephantai/alephant-mcp

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

client:Windsurf transport:stdio runtime:npm

Install alephant mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

alephant mcp in other clients