Bruno API MCP Server

Exposes Bruno API collections as Model Context Protocol (MCP) tools for AI agents and other MCP clients.

Local serverstdio 3

What is the Bruno API MCP server?

Exposes Bruno API collections as Model Context Protocol (MCP) tools for AI agents and other MCP clients. The bruno api mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 2 defined tools rather than through you.

What it actually does

A Model Context Protocol (MCP) server that exposes Bruno API collections as MCP tools. This server allows you to interact with your Bruno API collections through the MCP protocol, making your API collections accessible to AI agents and other MCP clients.

  • Debug across previously separate environments with complete context
  • Turn any API into an agent-ready tool without additional custom development
  • Build headless services that can be controlled through AI interfaces

Its toolset

Everything the assistant can do here goes through one of these:

  • Debugging — The server uses the debug library for detailed logging. You can enable different debug namespaces by setting the DEBUG environment variable:
  • Echo — The Echo tool exposed by this server

Adding it to your client

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

When to reach for it

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Bruno API's toolset — Debugging, Echo — is a fair guide to whether it matches your workflow. It is maintained by djkz; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the bruno api mcp server does with a few real requests.

Available tools

ToolWhat it does
DebuggingThe server uses the debug library for detailed logging. You can enable different debug namespaces by setting the DEBUG environment variable:
EchoThe Echo tool exposed by this server.

Example prompts to try

  • Use Bruno API to Debugging.
  • Use Bruno API to Echo.

Frequently asked questions

It's a server that exposes Bruno API collections as Model Context Protocol (MCP) tools, allowing AI agents and other MCP clients to interact with your APIs.