aiiq mcp for VS Code
io.github.shea256/aiiq-mcp
Query AI IQ (aiiq.org) model IQ, rankings, benchmarks, and methodology.
client:VS Code
transport:stdio
runtime:npm
Install aiiq mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "aiiq-api-base",
"description": "AIIQ_API_BASE",
"password": true
}
],
"servers": {
"aiiq-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aiiq/mcp"
],
"env": {
"AIIQ_API_BASE": "${input:aiiq-api-base}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs