Skip to main content
Glama

Brev

Official
by brevdev

Brev MCP サーバー

これは Brev 用の MCP サーバー実装です。

構成

MCP サーバーは、Brev CLI の API アクセス トークンと現在設定されている org を使用します。

まだ行っていない場合は、 Brev のドキュメントに従って CLI をダウンロードし、ログインしてください。

Brev org を切り替える場合は、 brev set <org-name>を実行します。

CLIアクセストークンは1時間ごとに期限切れになります。403エラーが発生した場合は、 brev lsを実行してアクセストークンを更新してください。

クイックスタート

ローカルにリポジトリを設定する

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

uvをインストールする

UVインストールガイドに従ってください

クロードデスクトップ

MacOS の場合: ~/Library/Application\ Support/Claude/claude_desktop_config.json Windows の場合: %APPDATA%/Claude/claude_desktop_config.json

claude_desktop_config.jsonに以下を追加します。

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

発達

建築と出版

配布用のパッケージを準備するには:

  1. 依存関係を同期し、ロックファイルを更新します。
uv sync
  1. パッケージディストリビューションをビルドします。
uv build

これにより、 dist/ディレクトリにソースとホイールのディストリビューションが作成されます。

  1. PyPI に公開:
uv publish

注: 環境変数またはコマンド フラグを使用して PyPI 資格情報を設定する必要があります。

  • トークン: --tokenまたはUV_PUBLISH_TOKEN
  • またはユーザー名/パスワード: --username / UV_PUBLISH_USERNAMEおよび--password / UV_PUBLISH_PASSWORD

デバッグ

MCPサーバーはstdio経由で実行されるため、デバッグが困難になる場合があります。最適なデバッグ環境を実現するには、 MCP Inspectorの使用を強くお勧めします。

次のコマンドを使用して、 npm経由で MCP Inspector を起動できます。

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

起動すると、ブラウザでアクセスしてデバッグを開始できる URL がインスペクタに表示されます。

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

クラウド上で ML モデルを実行、構築、トレーニング、デプロイします。

  1. 構成
    1. クイックスタート
      1. ローカルにリポジトリを設定する
      2. uvをインストールする
    2. 発達
      1. 建築と出版
      2. デバッグ

    Related MCP Servers

    • -
      security
      A
      license
      -
      quality
      Use 3,000+ pre-built cloud tools from Apify, known as Actors, to extract data from websites, e-commerce, social media, search engines, maps, and more
      Last updated -
      1,856
      218
      TypeScript
      Apache 2.0
      • Apple
    • -
      security
      -
      license
      -
      quality
      An open standard server implementation that enables AI assistants to directly access APIs and services through Model Context Protocol, built using Cloudflare Workers for scalability.
      Last updated -
      TypeScript
    • A
      security
      A
      license
      A
      quality
      A Model Context Protocol server that exposes Cloudinary Upload & Admin API methods as tools by AI assistants. This integration allows AI systems to trigger and interact with your Cloudinary cloud.
      Last updated -
      5
      506
      JavaScript
      MIT License
    • A
      security
      F
      license
      A
      quality
      An MCP server that enables Claude to train a linear regression model by simply uploading a CSV file, handling the entire ML pipeline from data preprocessing to model evaluation.
      Last updated -
      5
      9
      Python
      • Apple
      • Linux

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/brevdev/brev-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server