Skip to content
VS Code

clirank for VS Code

io.github.alexanderclapp/clirank

Search, compare, and get docs for 210+ APIs ranked by CLI and agent relevance.

client:VS Code transport:stdio runtime:npm

Install clirank in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "clirank-api-url",
      "description": "CLIRANK_API_URL",
      "password": true
    }
  ],
  "servers": {
    "clirank": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "clirank-mcp-server"
      ],
      "env": {
        "CLIRANK_API_URL": "${input:clirank-api-url}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

clirank in other clients