@cirdanops/cli
v0.9.0
Published
Cirdan — AI infrastructure cartographer & MCP server. Zero-Python standalone binary, runnable via npx.
Maintainers
Readme
@cirdanops/cli
Zero-Python standalone build of Cirdan — an AI infrastructure cartographer and MCP server. It fingerprints, graphs, and watches the live infrastructure an agent can reach (Docker, Kubernetes, cloud, IaC, telemetry) and exposes it to AI agents over the Model Context Protocol.
This package ships a prebuilt native binary per platform (via optionalDependencies), so you do not need Python installed.
Run with npx (no install)
npx -y @cirdanops/cli serve-mcp # start the MCP server over stdio
npx -y @cirdanops/cli map . # fingerprint + graph the current directoryRegister as an MCP server
Most agents accept a stdio command. Point them at:
{
"command": "npx",
"args": ["-y", "@cirdanops/cli", "serve-mcp"]
}Or install globally so the bare cirdan command is on PATH:
npm install -g @cirdanops/cli
cirdan serve-mcpSupported platforms
darwin-arm64, darwin-x64, linux-x64, linux-arm64 (glibc), win32-x64.
On Alpine/musl, FreeBSD, or other platforms, install via Python instead:
pip install cirdanops # or: pipx install cirdanops / uv tool install cirdanopsFull documentation, the CLI reference, and the agent integration guide live in the main repository. Licensed under Apache-2.0.
