AI infrastructure cartographer & MCP server: fingerprints, graphs & watches live infra for agents
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @cirdanops/cli
MCP client config
{
"mcpServers": {
"cirdan": {
"command": "npx",
"args": [
"-y",
"@cirdanops/cli"
]
}
}
}Run
uvx cirdanops
MCP client config
{
"mcpServers": {
"cirdan": {
"command": "uvx",
"args": [
"cirdanops"
]
}
}
}