MCP server · Brokk

bifrost

Brokk ships an official MCP (Model Context Protocol) server as part of "bifrost", its multi-language static-analysis engine. It runs as a local stdio server that exposes structured code-analysis tools to coding agents. Started via `bifrost --root /path/to/project --mcp "symbol|extended"`, with toolsets selected on the command line. The server is bundled in the brokk-bifrost crate (crates.io) and the brokk-bifrost-searchtools PyPI package (see packages/brokk-packages.yml), and is also launched by brokk-cli. Tool list captured verbatim from the Bifrost MCP documentation.

One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.

Provider: Brokk Type: Documentation link Transport: stdio Host: brokkai.github.io

Documentation

https://brokkai.github.io/bifrost/mcp

Documentation link · transport stdio

About MCP

The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.

Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.