MCP Opsbeacon Server
@OpsBeaconInc
About MCP Opsbeacon Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-opsbeacon-server": {
"command": "python",
"args": [
"test_server.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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”.
More Other MCP servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Awesome Mlops
visengerA curated list of references for MLOps
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments