Odel
Bruno MCP Studio

Bruno MCP Studio

Local
@ostico6TypeScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@ostico/bruno-mcpv2.5.0

Run

npx -y @ostico/bruno-mcp

MCP client config

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