Nvidia Brev

by brevdev

3 stars
Not rated
GitHub

About

Bridges Nvidia Brev, enabling natural language control of workspaces, deployments, and cloud resources.

Details

Author
brevdev
Repository
brevdev/brev-mcp
GitHub stars
3
Categories
Developer Tools, Infrastructure, Productivity, Design, Workplace, AI, Frontend, Security

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Nvidia Brev
    Command (node, npx, python, etc.) uv
    Arguments
    • Argument 1 --directory
    • Argument 2 <path-to-repo>
    • Argument 3 run
    • Argument 4 brev-mcp

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

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

Follow the uv installation guide

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "nvidia brev": {
            "cwd": "string",
            "env": {},
            "args": [
                "--directory",
                "<path-to-repo>",
                "run",
                "brev-mcp"
            ],
            "shell": false,
            "command": "uv"
        }
    }
}

Linux

{
    "cwd": "string",
    "env": [],
    "args": [
        "--directory",
        "<path-to-repo>",
        "run",
        "brev-mcp"
    ],
    "shell": false,
    "command": "uv"
}

Macos

{
    "cwd": "string",
    "env": [],
    "args": [
        "--directory",
        "<path-to-repo>",
        "run",
        "brev-mcp"
    ],
    "shell": false,
    "command": "uv"
}

Windows

{
    "cwd": "string",
    "env": [],
    "args": [
        "--directory",
        "<path-to-repo>",
        "run",
        "brev-mcp"
    ],
    "shell": false,
    "command": "uv"
}

This is a MCP server implementation for Brev.

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

Follow theBrev documentationto download the CLI and login if you haven't already.

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

The CLI access token expires every hour. If you have any 403 errors, simply runbrev lsto refresh the access token.

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

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

Add the following to yourclaude_desktop_config.json:

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

To prepare the package for distribution:

This will create source and wheel distributions in thedist/directory.

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

- Token:--tokenorUV_PUBLISH_TOKEN
- Or username/password:--username/UV_PUBLISH_USERNAMEand--password/UV_PUBLISH_PASSWORD

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

You can launch the MCP Inspector vianpmwith 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.

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

All Azure MCP tools in a single server. The Azure MCP Server implements the MCP specification to create a seamless connection between AI agents and Azure services. Azure MCP Server can be used alone or with the GitHub Copilot for Azure extension in VS Code.

The Railway MCP Server enables natural language interaction with your Railway projects and infrastructure. Ask your IDE or AI assistant to create projects, deploy templates, manage environments, pull variables, redeploy services, and more.

The Shipyard CLI provides an MCP server for agents to manage Shipyard environments directly: by pulling logs, comparing branches, running tests, and stopping/starting environments..

Secure virtual machines for agents hosted by Superserve

Provides an offline AWS CDK API reference.

A remote MCP server deployable on Cloudflare Workers without authentication.

A Ruby implementation of an MCP server for managing and using Docker

Manage Docker containers, volumes, and services using natural language commands.

A high-performance MCP server for the headless terminal (ht), implemented in Rust.

Manage secrets and environment variables with Infisical's official MCP server.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.