Loading MCP server directory, please wait...
Alephant MCP server for AI cost control, BYO-key routing, 50+ providers, and 320+ models.
npx @getmcp/cli add io.github.AlephantAI/alephant-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
ALEPHANT_API_BASE_URLAlephant SaaS API base URL, for example https://api.alephant.ai.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.AlephantAI/alephant-mcp": {
"command": "npx",
"args": [
"-y",
"@alephantai/mcp"
],
"env": {
"ALEPHANT_API_BASE_URL": "",
"ALEPHANT_VIRTUAL_KEY": "",
"ALEPHANT_PAT": "",
"ALEPHANT_WORKSPACE_ID": "",
"ALEPHANT_RATE_LIMIT_RPM": ""
}
}
}
}