Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Bronto

FreeNot checked

Bronto — Model Context Protocol server

GitHubEmbed

About

Bronto — Model Context Protocol server

README

This project contains an MCP server for Bronto.

It currently provides tools for models to access details on Bronto datasets, top-keys as well as event and statistical searches. When these tools are provided to an AI agent, they make it possible to answer questions such as

Can you please provide some log events from datasets in the ingestion collection, except for the ones related to garbage collection? The data should be between "2025-05-10 16:05:45" and "2025-05-10 16:25:05".

Installation

Check out this project, then create a virtual environment at its root. Finally install the requirements, e.g.

python3 -m venv env
env/bin/pip install -r requirements.txt

Configuration

This MCP server is configured using environment variables:

Usage

To run the mcp server from the root of this project, you can use the following command:

BRONTO_API_KEY=<API KEY HERE> \
BRONTO_API_ENDPOINT=https://api.eu.bronto.io \
PYTHONPATH=src/main/ \
env/bin/python src/main/brmcpserver/main.py

This MCP server should work with any agent that supports MCP. However, it has only been tested with Claude Code.

Finally, in order to configure Claude Code so that it uses the Bronto MCP server, simply run

claude mcp add --transport http bronto http://localhost:8000

Note: this will make the Bronto MCP server available to your current project/folder. If you wish to make the server available globally, simply add --scope user to the command above. Details on how to manage MCP servers with Claude Code can be found at https://docs.anthropic.com/en/docs/claude-code/mcp

Then launch Claude Code and run the /mcp command to check that the Bronto MCP server is available and that Claude Code was able to connect to it.

from github.com/brontoio/bronto-mcp-server

Installing Bronto

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/brontoio/bronto-mcp-server

FAQ

Is Bronto MCP free?

Yes, Bronto MCP is free — one-click install via Unyly at no cost.

Does Bronto need an API key?

No, Bronto runs without API keys or environment variables.

Is Bronto hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Bronto in Claude Desktop, Claude Code or Cursor?

Open Bronto on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Bronto with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs