Bruno Mcp
@Ostico
Bruno Mcp について
A Model Context Protocol (MCP) server for creating, managing, and executing Bruno API testing collections. Supports both .bru and .yml (opencollection) formats with built-in security hardening.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"bruno-mcp": {
"command": "node",
"args": [
"/absolute/path/to/bruno-mcp/dist/index.js"
],
"env": {}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Bruno Mcp?
A Model Context Protocol (MCP) server for creating, managing, and executing Bruno API testing collections. It supports both .bru and .yml (opencollection) formats with built-in security hardening, and is designed for AI agents (Claude, Copilot, etc.) to programmatically work with Bruno collections without the GUI or CLI.
How to use Bruno Mcp?
—
Key features of Bruno Mcp
- Create and organize Bruno collections
- Manage multiple environments (dev, staging, prod)
- Generate request files for all HTTP methods
- Support authentication: Bearer, Basic, OAuth 2.0, API key, Digest
- Add pre/post request scripts and assertions
- Dual format support: .bru and .yml with auto-detection
- Execute requests and run tests with structured results
- Security hardening: SSRF protection, path traversal prevention, VM sandbox
Use cases of Bruno Mcp
- AI-assisted test generation for Bruno collections
- CI pipeline integration for automated API testing
- Automated API exploration and validation
- Programmatic creation, inspection, or execution of Bruno collections
FAQ from Bruno Mcp
What runtime is required?
Node.js >= 18.0.0 is required.
Which request file formats are supported?
Both .bru (legacy) and .yml (opencollection YAML) formats are supported, with auto-detection.
What authentication methods does it support?
Bearer, Basic, OAuth 2.0, API key, and Digest authentication are all supported.
What security hardening is included?
SSRF protection, path traversal prevention, and a VM sandbox for test scripts are built in.
Can I execute requests and get results?
Yes, request execution and test runs are supported, returning structured results.
「開発者ツール」の他のコンテンツ
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
Minecraft MCP Server
yuniko-softwareA Minecraft MCP Server powered by Mineflayer API. It allows to control a Minecraft character in real-time, allowing AI assistants to build structures, explore the world, and interact with the game environment through natural language instruction
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
コメント