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”.

评论

其他 分类下的更多 MCP 服务器