← Index

io.github.AlephantAI/alephant-mcp

io.github.AlephantAI/alephant-mcp·v0.1.3·Other
Quality Score
80
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "alephant-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@alephantai/mcp"
      ],
      "env": {
        "ALEPHANT_API_BASE_URL": "<alephant_api_base_url>",
        "ALEPHANT_VIRTUAL_KEY": "<your-alephant_virtual_key>",
        "ALEPHANT_PAT": "<your-alephant_pat>",
        "ALEPHANT_WORKSPACE_ID": "<alephant_workspace_id>",
        "ALEPHANT_RATE_LIMIT_RPM": "<alephant_rate_limit_rpm>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "alephant-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@alephantai/mcp"
      ],
      "env": {
        "ALEPHANT_API_BASE_URL": "<alephant_api_base_url>",
        "ALEPHANT_VIRTUAL_KEY": "<your-alephant_virtual_key>",
        "ALEPHANT_PAT": "<your-alephant_pat>",
        "ALEPHANT_WORKSPACE_ID": "<alephant_workspace_id>",
        "ALEPHANT_RATE_LIMIT_RPM": "<alephant_rate_limit_rpm>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @alephantai/mcp
§02  Environment variables
ALEPHANT_API_BASE_URL
required

Alephant SaaS API base URL, for example https://alephant.io.

ALEPHANT_VIRTUAL_KEY
secret

Virtual Key for read-only, cockpit-scoped VK mode. Use this mode for developer-level cost and usage visibility.

ALEPHANT_PAT
secret

Personal Access Token for Manager mode. When set, Manager mode takes precedence over ALEPHANT_VIRTUAL_KEY.

ALEPHANT_WORKSPACE_ID

Workspace UUID required with ALEPHANT_PAT for Manager mode.

ALEPHANT_RATE_LIMIT_RPM

Optional local HTTP tool-call limit per minute. Defaults to 60; set 0 to disable local throttling.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other