EriduCloud SaaS

Experience sovereign, enterprise-grade AI middleware. Seamlessly broker local and cloud LLM execution, manage secure containerized subprocess models, and configure dynamic custom toolsets.

Access Developer Console

Universal IDE Integration Guide

Integrate EriduCloud’s gateway directly into your active development environments like Cursor, VS Code, or Google Antigravity IDE.

// Add this block to your mcp_config.json
{
  "mcpServers": {
    "Eridu-Gateway": {
      "command": "python3",
      "args": ["-m", "eridu", "connect"],
      "env": {
        "ERIDU_PAT": "your_personal_access_token_here"
      }
    }
  }
}

  • 1
    Locate your IDE’s config directory. In Cursor, navigate to Settings -> Features -> MCP. In Google Antigravity, edit ~/.gemini/config/mcp_config.json.
  • 2
    Copy the connection configuration block above and merge it into your active config settings.
  • 3
    Replace the ERIDU_PAT environment variable with your actual Personal Access Token fetched from your EriduCloud Developer Dashboard.