Bruno API MCP ServerServer

djkz
GitHub
API IntegrationMCPAI Agents

Loading subscription status...

πŸ’‘ Description

Bruno API MCP Server is a Model Context Protocol (MCP) server that provides an interface for interacting with Bruno API collections through automatic conversion of requests into MCP tools. It simplifies API integrations by allowing AI agents and other MCP clients to access these collections effectively.

πŸ“ JSON Entries

{
  "mcpServers": [
    {
      "Bruno API MCP Server": {
        "args": [
          "--loader",
          "ts-node/esm",
          "src/index.ts",
          "--bruno-path",
          "/path/to/bruno/collection",
          "[--environment",
          "env_name]",
          "[--include-tools",
          "tool1,tool2,tool3]",
          "[--exclude-tools",
          "tool4,tool5]"
        ],
        "command": "node"
      }
    }
  ]
}

πŸ› οΈ Tools

npm

⚑ Features

  • Automatic conversion of Bruno API collections to MCP tools
  • Environment management for various API configurations
  • HTTP support with SSE streaming
  • Cross-origin support
  • Built-in tools for managing API collections

πŸ’¬ Example Queries

  • Start the server with default settings
  • Echol message during testing