npm @index9/mcpstdioupdated 3mo ago
Discover, shortlist, compare, cost-model, and live-test 300+ AI models from your editor
该仓库已被所有者归档。仍可使用,但不再更新。
Index9 能做什么?
@index9/mcp
Discover, shortlist, compare, cost-model, and live-test 300+ AI models from your editor
Per-editor install configs (Cursor, VS Code, Claude Code, Codex): https://index9.dev/#install
Install
npx -y @index9/mcp@latest
Generic MCP client config:
{
"mcpServers": {
"index9": {
"command": "npx",
"args": ["-y", "@index9/mcp@latest"],
"env": {
"OPENROUTER_API_KEY": "sk-or-..."
}
}
}
}
Claude Code one-liner: claude mcp add --transport stdio index9 -- npx -y @index9/mcp.
OpenRouter API key
Required for live test_model calls. Set OPENROUTER_API_KEY in your MCP client config. dryRun=true works without it.
Tools
- list_facets: List available providers, capabilities, modalities, and tokenizers
- find_models: Search AI models by semantic query or filters
- get_models: Fetch full model metadata for up to 100 IDs or aliases
- compare_models: Diff 2-10 models across pricing, context, capabilities, and tokenizer
- test_model: Run live inference or dry-run cost estimates on 1-10 models (requires OpenRouter API key)
Response metadata
All tool responses include an _index9 object with:
apiBaseUrl: API base URL used for the request
Error responses also include:
status: upstream HTTP status code_index9.retryAfterSeconds: present whenRetry-Afteris returned_index9.rateLimit: present when rate-limit headers are returned (x-ratelimit-limit,x-ratelimit-remaining,x-ratelimit-reset)
安装
把 Index9 添加到你的客户端。选择你正在使用的那个。
claude mcp add mcp -- npx -y @index9/mcpcodex mcp add mcp -- npx -y @index9/mcpamp mcp add mcp -- npx -y @index9/mcp{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@index9/mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@index9/mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"mcp","command":"npx","args":["-y","@index9/mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@index9/mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@index9/mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@index9/mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@index9/mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@index9/mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @index9/mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
评分
39 / 100
不完整
- 文档22/25
- 维护14/25
- 可信度9/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 97 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 6.5.2最新 | 2026年5月18日 |
| 6.5.1 | 2026年5月18日 |
| 1.0.32 | 2026年1月29日 |
| 1.0.30 | 2026年1月2日 |
| 1.0.28 | 2025年12月23日 |
| 1.0.24 | 2025年12月22日 |
| 1.0.23 | 2025年12月19日 |
| 1.0.22 | 2025年12月18日 |
| 1.0.21 | 2025年12月18日 |
| 1.0.20 | 2025年12月13日 |
| 1.0.18 | 2025年12月12日 |
| 1.0.15 | 2025年12月10日 |
| 1.0.13 | 2025年12月9日 |
| 1.0.12 | 2025年12月9日 |
| 1.0.11 | 2025年12月8日 |
| 1.0.10 | 2025年12月6日 |