An open-source, local-first Model Context Protocol (MCP) server built to expose native Bruno API collections (.bru and YAML) as secure, executable tools for AI agents.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"bruno-protocol": {
"command": "npx",
"args": [
"-y",
"ominousprophecies/bruno-protocol"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add bruno-protocol npx -y ominousprophecies/bruno-protocol
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"bruno-protocol": {
"command": "npx",
"args": [
"-y",
"ominousprophecies/bruno-protocol"
]
}
}
}
📋 Copy