MCP Opsbeacon 服务器
一个用于 Opsbeacon 操作的 MCP(模型上下文协议)服务器实现。
快速入门
-
克隆仓库并进入目录: git clone [repository-url] cd mcp-opsbeacon-server
-
安装依赖: pip install -e .
-
配置环境变量或使用
.env
文件: 复制.env.example
文件为.env
,填入必要信息。 -
测试服务器运行: python test_server.py
支持的功能包括列出 Opsbeacon 命令和连接,需配置有效的 bearer token 和 API 地址。