Index9 for VS Code
io.github.index9-org/mcp
Discover, shortlist, compare, cost-model, and live-test 300+ AI models from your editor
client:VS Code
transport:stdio
runtime:npm
Install Index9 in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "openrouter-api-key",
"description": "OPENROUTER_API_KEY",
"password": true
}
],
"servers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@index9/mcp"
],
"env": {
"OPENROUTER_API_KEY": "${input:openrouter-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs