Skip to content
Cursor

Index9 for Cursor

io.github.index9-org/mcp

Discover, shortlist, compare, cost-model, and live-test 300+ AI models from your editor

client:Cursor transport:stdio runtime:npm

Install Index9 in Cursor

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

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

{
  "mcpServers": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@index9/mcp"
      ],
      "env": {
        "OPENROUTER_API_KEY": "<OPENROUTER_API_KEY>"
      }
    }
  }
}

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

Index9 in other clients