/install cmdbcompass
CMDB Compass
The first CMDB governance skill for ServiceNow.
Audit, remediate, and govern your ServiceNow CMDB from any AI agent. Health scoring, duplicate detection, relationship analysis, stale CI cleanup, and governed remediation with full rollback and audit trail on every write.
Install
clawhub install cmdbcompass
Or manually:
git clone https://github.com/cmdbcompass/cmdbcompass
cd cmdbcompass
bash scripts/install-mcp.sh
Configure
Add to your MCP client config:
{
"mcpServers": {
"cmdb-compass": {
"command": "python",
"args": ["-m", "servicenow_mcp.server"],
"env": {
"SERVICENOW_INSTANCE_URL": "https://your-instance.service-now.com",
"SERVICENOW_USERNAME": "your_username",
"SERVICENOW_PASSWORD": "your_password"
}
}
}
}
Works with Claude Desktop, Cursor, VS Code, or any MCP-compatible client.
Capabilities
Audit tools cover health scoring, duplicate detection, relationship integrity, discovery gaps, stale CI identification, and CSDM 5.0 compliance. All audit operations are read-only and unlimited.
Write operations including merging duplicates, retiring stale CIs, bulk field updates, and relationship healing create an immutable audit trail and can be fully rolled back by session.
Requirements
Python 3.10+ and a ServiceNow instance with REST API access.
License
MIT. See LICENSE for details.
Contact
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cmdbcompass - 安装完成后,直接呼叫该 Skill 的名称或使用
/cmdbcompass触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
CMDB Compass 是什么?
The first CMDB governance skill for ServiceNow. Audit, remediate, and govern your CMDB from any AI agent. Health scoring, duplicate detection, relationship a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 358 次。
如何安装 CMDB Compass?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cmdbcompass」即可一键安装,无需额外配置。
CMDB Compass 是免费的吗?
是的,CMDB Compass 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
CMDB Compass 支持哪些平台?
CMDB Compass 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 CMDB Compass?
由 nexecute(@nexecuteinc)开发并维护,当前版本 v1.0.6。