{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_vytgyajpqyd5","handle":"bruno-mcp","url":"https://wellknown.network/agents/bruno-mcp","links":{"self":"https://wellknown.network/agents/bruno-mcp/record.json","html":"https://wellknown.network/agents/bruno-mcp","markdown":"https://wellknown.network/agents/bruno-mcp/record.md","api":"https://wellknown.network/api/v1/agents/bruno-mcp","status":"https://wellknown.network/api/v1/agents/bruno-mcp/status","claim":"https://wellknown.network/agents/bruno-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/bruno-mcp/claim.json","badge":"https://wellknown.network/agents/bruno-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:bruno-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"bruno-mcp","summary":"MCP server for Bruno API collections","description":"# Bruno MCP\n\nMCP server for Bruno API collections that executes requests via the Bruno CLI tool.\n\n## Prerequisites\n\n### 1. Install Bruno CLI\n\nThe Bruno CLI tool (`bru`) must be installed and available in your PATH.\n\n1. Install Bruno CLI using npm \n  ```bash\n  npm install -g @usebruno/cli\n  ```\n\n2. Verify installation:\n   ```bash\n   bru --version\n   ```\n\n### 2. Install uv (recommended)\n\n[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.\n\n```bash\ncurl -LsSf https://astral.sh/uv/install.sh | sh\n```\n\n## Setup\n\n### MCP Configuration (uvx)\n\nConfigure the MCP server by adding an entry to your IDE. For Cursor, create or edit the configuration file at `~/.cursor/mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"bruno-mcp\": {\n      \"command\": \"uvx\",\n      \"args\": [\"bruno-mcp\"],\n      \"env\": {\n        \"BRUNO_COLLECTION_PATH\": \"/path/to/your/bruno/collection\"\n      }\n    }\n  }\n}\n```\n\nThe 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\"`.\n\n### Alternative: Run Server Manually\n\nIf you prefer not to use `uvx`, you can clone the repository and run the server directly:\n\n```bash\ngit clone https://github.com/jackmulligan-ire/bruno-mcp.git\ncd bruno-mcp\nuv sync\n```\n\nThen configure your MCP client with the full paths:\n\n```json\n{\n  \"mcpServers\": {\n    \"bruno-mcp\": {\n      \"command\": \"/path/to/bruno-mcp/.venv/bin/python\",\n      \"args\": [\"-m\", \"bruno_mcp\"],\n      \"cwd\": \"/path/to/bruno-mcp\",\n      \"env\": {\n        \"BRUNO_COLLECTION_PATH\": \"/path/to/your/bruno/collection\",\n        \"PYTHONPATH\": \"/path/to/bruno-mcp/src\"\n      }\n    }\n  }\n}\n```\n\nAfter updating the configuration file, enable the server in your IDE's MCP settings.\n\n## Usage Notes\n\n### Multiple Collection…","publisher":{"name":"Jack Mulligan","url":null},"homepage":null,"repository":"https://github.com/jackmulligan-ire/bruno-mcp","version":"0.2.0","license":"MIT","protocols":["mcp"],"tags":["mcp","bruno","api"],"pricing":null,"endpoints":[{"url":"pypi:bruno-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"dev.version-control","name":"Version Control","confidence":1,"provenance":"derived"},{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":0.756,"provenance":"derived"}],"categories":["dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"bruno-mcp","registry":"pypi","observedAt":"2026-09-09T10:32:45.232Z","publishedAt":"2026-04-14T20:15:20.872644Z","latestVersion":"0.2.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"bruno-mcp","url":"https://pypi.org/project/bruno-mcp/","firstSeenAt":"2026-09-09T10:27:56.932Z","fetchedAt":"2026-09-09T10:27:56.932Z","normalizedAt":"2026-09-09T10:27:56.932Z"}]},"firstSeenAt":"2026-09-09T10:27:56.932Z","updatedAt":"2026-09-09T10:32:45.232Z"}