MCP Opsbeacon Server
Overview
MCP Opsbeacon Server is an implementation of the Model Context Protocol (MCP) that allows users to interact with the Opsbeacon API through a server interface, providing tools for listing commands and connections.
To use the MCP Opsbeacon Server, clone the repository, install the package, and configure it with your Opsbeacon API credentials. You can then run the server and use it to list available commands and connections.
- Lists available Opsbeacon commands and connections - Supports authentication via bearer token - Provides structured JSON responses - Includes error handling and logging
- Integrating Opsbeacon commands into applications
- Automating interactions with the Opsbeacon API
- Monitoring and managing Opsbeacon connections
Add to your AI client
Use these steps to connect MCP Opsbeacon Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-opsbeacon-server-opsbeaconinc": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-opsbeacon-server-opsbeaconinc"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-opsbeacon-server-opsbeaconinc": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-opsbeacon-server-opsbeaconinc"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-opsbeacon-server-opsbeaconinc": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-opsbeacon-server-opsbeaconinc"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-opsbeacon-server-opsbeaconinc": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-opsbeacon-server-opsbeaconinc"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-opsbeacon-server-opsbeaconinc": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-opsbeacon-server-opsbeaconinc"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-opsbeacon-server-opsbeaconinc": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-opsbeacon-server-opsbeaconinc"
]
}
}
}FAQ
What are the prerequisites for using the MCP Opsbeacon Server?
You need Python 3.10 or higher, access to the Opsbeacon API, and a valid bearer token.
How do I configure the server?
You can configure the server using environment variables, a .env file, or by modifying the Claude Desktop config file.
What should I do if I encounter an error?
Check your configuration, ensure your token is valid, and verify that the Opsbeacon API is accessible.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1504,"uuid":"e38ce8fc-f10a-43cc-bc87-1d6e174617d0","name":"mcp-opsbeacon-server","title":"MCP Opsbeacon Server","description":null,"avatar_url":"https://avatars.githubusercontent.com/u/89511115?v=4","created_at":"2025-02-20T16:06:16.853Z","updated_at":"2025-02-23T07:22:07.315Z","status":"created","author_name":"OpsBeaconInc","author_avatar_url":"https://avatars.githubusercontent.com/u/89511115?v=4","tags":"mcp-opsbeacon,api-server,opsbeacon","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/OpsBeaconInc/mcp-opsbeacon-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]