Skip to content
Cursor

ai gateway mcp for Cursor

io.github.csoai-org/ai-gateway-mcp

Ai Gateway MCP Server by MEOK AI Labs

client:Cursor transport:stdio runtime:pypi

Install ai gateway mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "ai-gateway-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ai-gateway-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ai gateway mcp in other clients