Skip to content
VS Code

Bruno MCP Studio for VS Code

io.github.ostico/bruno-mcp-studio

Author, edit and run Bruno collections as files: HTTP, WebSocket, gRPC, per-request pass/fail.

client:VS Code transport:stdio runtime:npm

Install Bruno MCP Studio in VS Code

.vscode/mcp.json

{
  "servers": {
    "bruno-mcp-studio": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ostico/bruno-mcp"
      ]
    }
  }
}

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

Bruno MCP Studio in other clients