Odel
cirdan

cirdan

Local
@adanb13PythonApache-2.0Updated 1mo ago

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).

npm@cirdanops/cliv0.9.0

Run

npx -y @cirdanops/cli

MCP client config

{
  "mcpServers": {
    "cirdan": {
      "command": "npx",
      "args": [
        "-y",
        "@cirdanops/cli"
      ]
    }
  }
}
PyPIcirdanopsv0.9.0

Run

uvx cirdanops

MCP client config

{
  "mcpServers": {
    "cirdan": {
      "command": "uvx",
      "args": [
        "cirdanops"
      ]
    }
  }
}