alephant-mcp
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 vars
ALEPHANT_API_BASE_URL ALEPHANT_VIRTUAL_KEY ALEPHANT_PAT ALEPHANT_WORKSPACE_ID ALEPHANT_RATE_LIMIT_RPMClaude 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
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.