← Back to browse

alephant-mcp

Indexed by io.github.AlephantAI

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsALEPHANT_API_BASE_URL ALEPHANT_VIRTUAL_KEY ALEPHANT_PAT ALEPHANT_WORKSPACE_ID ALEPHANT_RATE_LIMIT_RPM
Claude Code
claude mcp add --env ALEPHANT_API_BASE_URL= --env ALEPHANT_VIRTUAL_KEY= --env ALEPHANT_PAT= --env ALEPHANT_WORKSPACE_ID= --env ALEPHANT_RATE_LIMIT_RPM= alephant-mcp -- npx @alephantai/mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"alephant-mcp","command":"npx","args":["@alephantai/mcp"],"env":{"ALEPHANT_API_BASE_URL":"","ALEPHANT_VIRTUAL_KEY":"","ALEPHANT_PAT":"","ALEPHANT_WORKSPACE_ID":"","ALEPHANT_RATE_LIMIT_RPM":""}}'
JSON
{
  "mcpServers": {
    "alephant-mcp": {
      "command": "npx",
      "args": [
        "@alephantai/mcp"
      ],
      "env": {
        "ALEPHANT_API_BASE_URL": "",
        "ALEPHANT_VIRTUAL_KEY": "",
        "ALEPHANT_PAT": "",
        "ALEPHANT_WORKSPACE_ID": "",
        "ALEPHANT_RATE_LIMIT_RPM": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.