bruno-protocol

ominousprophecies/bruno-protocol
★ 0 stars HTML AI/LLM Updated today
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.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "bruno-protocol": {
      "command": "npx",
      "args": [
        "-y",
        "ominousprophecies/bruno-protocol"
      ]
    }
  }
}