Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"bruno-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Bruno MCP MCP server for Bruno API collections that executes requests via the Bruno CLI tool. ## Prerequisites ### 1. Install Bruno CLI The Bruno CLI tool (`bru`) must be installed and available in your PATH. 1. Install Bruno CLI using npm ```bash npm install -g @usebruno/cli ``` 2. Verify installation: ```bash bru --version ``` ### 2. Install uv (recommended) [uv](https://docs.astral.sh/uv/) is the recommended way to install and run bruno-mcp. It includes `uvx`, which handles package installation and execution automatically. ```bash curl -LsSf https://astral.sh/uv/install.sh | sh ``` ## Setup ### MCP Configuration (uvx) Configure the MCP server by adding an entry to your IDE. For Cursor, create or edit the configuration file at `~/.cursor/mcp.json`: ```json { "mcpServers": { "bruno-mcp": { "command": "uvx", "args": ["bruno-mcp"], "env": { "BRUNO_COLLECTION_PATH": "/path/to/your/bruno/collection" } } } } ``` The only configuration required is `BRUNO_COLLECTION_PATH`, which should point to your Bruno collection directory. To load multiple collections, separate paths with `:` (Unix/Mac) or `;` (Windows), e.g. `BRUNO_COLLECTION_PATH="/path/to/collection1:/path/to/collection2"`. ### Alternative: Run Server Manually If you prefer not to use `uvx`, you can clone the repository and run the server directly: ```bash git clone https://github.com/jackmulligan-ire/bruno-mcp.git cd bruno-mcp uv sync ``` Then configure your MCP client with the full paths: ```json { "mcpServers": { "bruno-mcp": { "command": "/path/to/bruno-mcp/.venv/bin/python", "args": ["-m", "bruno_mcp"], "cwd": "/path/to/bruno-mcp", "env": { "BRUNO_COLLECTION_PATH": "/path/to/your/bruno/collection", "PYTHONPATH": "/path/to/bruno-mcp/src" } } } } ``` After updating the configuration file, enable the server in your IDE's MCP settings. ## Usage Notes ### Multiple Collection…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.