Skip to content
VS Code

SpeedOf.Me for VS Code

me.speedof/speed-test

Official SpeedOf.Me server - Accurate speed tests via over 200 global edge servers with analytics.

client:VS Code transport:stdio runtime:npm

Install SpeedOf.Me in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "som-api-secret",
      "description": "SOM_API_SECRET",
      "password": true
    }
  ],
  "servers": {
    "speed-test": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@speedofme/mcp"
      ],
      "env": {
        "SOM_API_SECRET": "${input:som-api-secret}"
      }
    }
  }
}

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

SpeedOf.Me in other clients