Brev

Brev
Official

Contribute to brevdev/brev-mcp development by creating an account on GitHub.

brevdev

Cloud Platforms
Developer Tools
Virtualization
Local
Python
Visit Server

README

brev-mcp/README.md at main · brevdev/brev-mcp · GitHub

Skip to content

Navigation Menu

Toggle navigation

Sign in

Search or jump to...

Search code, repositories, users, issues, pull requests...

Search

Clear

Search syntax tips

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Cancel Submit feedback

Saved searches

Use saved searches to filter your results more quickly

Name

Query

To see all available qualifiers, see our documentation.

Cancel Create saved search

Sign in

Sign up Reseting focus

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

{{ message }}

brevdev / brev-mcp Public

Additional navigation options

Files

main

  • src

  • tests

  • .gitignore

  • .python-version

  • README.md

  • pyproject.toml

  • uv.lock

Breadcrumbs

  1. brev-mcp

/

README.md

Copy path

Blame

Blame

Latest commit

Image 1: tmonty12tmonty12

update README

Dec 9, 2024

88bf6ce · Dec 9, 2024

History

History

90 lines (59 loc) · 2.24 KB

Breadcrumbs

  1. brev-mcp

/

README.md

Top

File metadata and controls

  • Preview

  • Code

  • Blame

90 lines (59 loc) · 2.24 KB

Raw

Brev MCP server

This is a MCP server implementation for Brev.

Configuration

The MCP server uses the Brev CLI's API access token and currently set org.

Follow the Brev documentation to download the CLI and login if you haven't already.

If you want to switch your Brev org, run brev set <org-name>

The CLI access token expires every hour. If you have any 403 errors, simply run brev ls to refresh the access token.

Quickstart

Setup repository locally

git clone git@github.com:brevdev/brev-mcp.git

Install uv

Follow the uv installation guide

Claude Desktop

On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json On Windows: %APPDATA%/Claude/claude_desktop_config.json

Add the following to your claude_desktop_config.json:

Development/Unpublished Servers Configuration

"mcpServers": {
  "brev_mcp": {
    "command": "uv",
    "args": [
      "--directory",
      "<path-to-repo>",
      "run",
      "brev-mcp"
    ]
  }
}

Development

Building and Publishing

To prepare the package for distribution:

  1. Sync dependencies and update lockfile:
uv sync
  1. Build package distributions:
uv build

This will create source and wheel distributions in the dist/ directory.

  1. Publish to PyPI:
uv publish

Note: You'll need to set PyPI credentials via environment variables or command flags:

  • Token: --token or UV_PUBLISH_TOKEN
  • Or username/password: --username/UV_PUBLISH_USERNAME and --password/UV_PUBLISH_PASSWORD

Debugging

Since MCP servers run over stdio, debugging can be challenging. For the best debugging experience, we strongly recommend using the MCP Inspector.

You can launch the MCP Inspector via npm with this command:

npx @modelcontextprotocol/inspector uv --directory /Users/tmontfort/Brev/repos/brev_mcp run brev-mcp

Upon launching, the Inspector will display a URL that you can access in your browser to begin debugging.

Footer

© 2025 GitHub, Inc.

Footer navigation

You can’t perform that action at this time.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol (MCP) server that provides browser automation capabilities using Playwright. This server enables LLMs to interact with web pages through structured accessibility snapshots, bypassing the need for screenshots or visually-tuned models.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Audiense Insights MCP Server is a server based on the Model Context Protocol (MCP) that allows Claude and other MCP-compatible clients to interact with your Audiense Insights account - AudienseCo/mcp-audiense-insights

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

It's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic - 21st-dev/magic-mcp

Official
Featured
Local
TypeScript
Playwright MCP Server

Playwright MCP Server

Contribute to showfive/playwright-mcp-server development by creating an account on GitHub.

Featured
Local
TypeScript
Excel MCP Server

Excel MCP Server

An MCP server that reads and writes spreadsheet data to MS Excel file - negokaz/excel-mcp-server

Featured
Local
Go
MCP Package Docs Server

MCP Package Docs Server

An MCP server that provides LLMs with efficient access to package documentation across multiple programming languages - sammcj/mcp-package-docs

Featured
Local
TypeScript
Claude Code MCP

Claude Code MCP

claude-code-mcp. Contribute to auchenberg/claude-code-mcp development by creating an account on GitHub.

Featured
Local
JavaScript
Apple MCP Server

Apple MCP Server

Collection of apple-native tools for the model context protocol. - Dhravya/apple-mcp

Featured
Local
TypeScript
@kazuph/mcp-taskmanager

@kazuph/mcp-taskmanager

Contribute to kazuph/mcp-taskmanager development by creating an account on GitHub.

Featured
Local
JavaScript
Supabase MCP Server

Supabase MCP Server

Contribute to JoshuaRileyDev/supabase-mcp-server development by creating an account on GitHub.

Featured
JavaScript