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 がインスペクタに表示されます。

Install Server
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
      F
      license
      -
      quality
      Enables LLMs to perform statistical analysis and generate ML predictions on user data from databases or CSV files through a Model Context Protocol server.
      Last updated -
      1
      Python
    • -
      security
      F
      license
      -
      quality
      AI-Powered Cloud databases: Empower your LLMs to build, migrate, and deploy database instances with AI
      Last updated -
      11
      • Apple
      • Linux
    • -
      security
      F
      license
      -
      quality
      A tool for deploying a remote Model Context Protocol server on Cloudflare Workers without authentication requirements, allowing users to create custom AI tools accessible from Claude Desktop or Cloudflare AI Playground.
      Last updated -
      TypeScript
    • A
      security
      A
      license
      A
      quality
      Enables MCP-compatible AI agents to deploy applications to Google Cloud Run by providing tools for deploying code, listing services, and managing Google Cloud projects.
      Last updated -
      8
      257
      JavaScript
      Apache 2.0

    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