Skip to content
Cursor

alephant mcp for Cursor

io.github.alephantai/alephant-mcp

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

client:Cursor transport:stdio runtime:npm

Install alephant mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "alephant-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

alephant mcp in other clients