Skip to content
VS Code

FLOPS Compute Intelligence for VS Code

io.github.zeroatflops/flopsindex-mcp

GPU compute price indices over MCP; every value carries a verify URL. Five key-free tools.

client:VS Code transport:stdio runtime:pypi

Install FLOPS Compute Intelligence in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "flops-api-key",
      "description": "FLOPS_API_KEY",
      "password": true
    }
  ],
  "servers": {
    "flopsindex-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "flopsindex-mcp"
      ],
      "env": {
        "FLOPS_API_KEY": "${input:flops-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

FLOPS Compute Intelligence in other clients