Skip to content
VS Code

Osrm for VS Code

io.github.pipeworx-io/osrm

OSRM MCP — routing via the public demo server

client:VS Code transport:streamable-http

Install Osrm in VS Code

.vscode/mcp.json

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

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

Osrm in other clients