MCP.so
ログイン

MCP Opsbeacon Server

@OpsBeaconInc

MCP Opsbeacon Server について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

OpsBeaconInc

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-opsbeacon-server": {
      "command": "python",
      "args": [
        "test_server.py"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is MCP Opsbeacon Server?

An MCP (Model Context Protocol) server implementation for Opsbeacon operations. It allows you to interact with the Opsbeacon API through Claude, providing tools for listing commands and connections.

How to use MCP Opsbeacon Server?

Install the package with pip install -e ., then configure authentication via a bearer token using environment variables, a .env file, or Claude Desktop’s config file. The server exposes two tools: list_commands and list_connections, each requiring no additional parameters.

Key features of MCP Opsbeacon Server

  • List available Opsbeacon commands
  • List available Opsbeacon connections
  • Authentication via bearer token
  • Error handling and logging
  • Returns structured JSON responses

Use cases of MCP Opsbeacon Server

  • Retrieve a list of all available Opsbeacon commands through Claude
  • Retrieve a list of all available Opsbeacon connections through Claude
  • Integrate Opsbeacon command and connection information into an AI assistant workflow

FAQ from MCP Opsbeacon Server

How is authentication handled?

Authentication is done via a bearer token. The token is provided through the OPSBEACON_TOKEN environment variable (or via .env file or Claude Desktop config).

What are the runtime requirements?

Python 3.10 or higher and access to the Opsbeacon API are required.

How can I configure the base URL?

The OPSBEACON_BASE_URL environment variable is optional. If not set, the server defaults to https://api.console.opsbeacon.com.

What configuration methods are supported?

You can configure via Claude Desktop’s config file, environment variables, or a .env file. Environment variables take precedence over other sources.

What happens if the token is missing?

The server will return the error: “OPSBEACON_TOKEN environment variable is not set”.

コメント

「その他」の他のコンテンツ