Skip to content
Cline

Routara LLM Gateway for Cline

io.github.36412749-collab/routara-mcp

OpenAI-compatible LLM, image and video APIs via Routara (api.routara.ai).

client:Cline transport:stdio runtime:npm

Install Routara LLM Gateway in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "routara-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "routara-mcp"
      ],
      "env": {
        "ROUTARA_API_KEY": "<ROUTARA_API_KEY>",
        "ROUTARA_API_BASE": "<ROUTARA_API_BASE>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Routara LLM Gateway in other clients