Skip to content
VS Code

Speedrun for VS Code

io.github.pipeworx-io/speedrun

Speedrun.com MCP — wraps the Speedrun.com API v1 (speedrun.com/api/v1)

client:VS Code transport:streamable-http

Install Speedrun in VS Code

.vscode/mcp.json

{
  "servers": {
    "speedrun": {
      "type": "http",
      "url": "https://gateway.pipeworx.io/speedrun/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Speedrun in other clients