← Index

io.github.index9-org/mcp

io.github.index9-org/mcp·v1.0.32·Other
Quality Score
75
/100

Up-to-date model data for AI coding assistants.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@index9/mcp"
      ],
      "env": {
        "OPENROUTER_API_KEY": "<your-openrouter_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@index9/mcp"
      ],
      "env": {
        "OPENROUTER_API_KEY": "<your-openrouter_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @index9/mcp
§02  Environment variables
OPENROUTER_API_KEY
secret

Optional OpenRouter API key for live model testing.

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