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).
Run
npx -y @ostico/bruno-mcp
MCP client config
{
"mcpServers": {
"bruno-mcp-studio": {
"command": "npx",
"args": [
"-y",
"@ostico/bruno-mcp"
]
}
}
}