> ## Documentation Index
> Fetch the complete documentation index at: https://bruno-a6972042-mintlify-8b44a422.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

Bruno's local-first approach allows you to configure it with any AI agent and editors like Cursor, VS Code, Claude, and more. Meanwhile keeping all your data version controlled and stored on your local filesystem.

You can configure Bruno to use any AI agent and editor of your choice.

## Use Cases

See [Use cases](./use-cases) for common workflows (generating collections, writing tests, CI/CD) and example prompts you can use with any supported agent.

## MCP Server

[Bruno MCP](https://github.com/usebruno/bruno-mcp) is a Model Context Protocol (MCP) server that lets MCP-compatible AI assistants, such as Claude and Cursor, work with your Bruno API collections. It exposes your requests, folders, and environments as MCP tools so an agent can discover, inspect, and run them, while your collection files stay on your local filesystem.

The Bruno desktop app does not include a built-in MCP server. See the [Bruno MCP repository](https://github.com/usebruno/bruno-mcp) for details.

## Supported Agents

* [Cursor](https://cursor.com) - AI code editor with powerful automation for API development workflows
* [VS Code](https://code.visualstudio.com) with GitHub Copilot - Popular editor with built-in AI code completion
* [Codex](https://developers.openai.com/codex/) - OpenAI's coding agent; uses `AGENTS.md` for custom instructions
* [Claude](https://claude.ai) - AI agent for writing code and automating workflows
