Описание
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:
BRONTO_API_KEY: a Bronto API keyBRONTO_API_ENDPOINT: a Bronto API endpoint, e.g. https://api.eu.staging.bronto.io
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.
Установка Bronto
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/brontoio/bronto-mcp-serverFAQ
Bronto MCP бесплатный?
Да, Bronto MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Bronto?
Нет, Bronto работает без API-ключей и переменных окружения.
Bronto — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Bronto в Claude Desktop, Claude Code или Cursor?
Открой Bronto на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
автор: duxiaohuiSupabase
Database, auth and storage
автор: SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Bronto with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
