🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@cirdanops/cli

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cirdanops/cli

Cirdan — AI infrastructure cartographer & MCP server. Zero-Python standalone binary, runnable via npx.

latest
Source
npmnpm
Version
0.9.0
Version published
Weekly downloads
87
-9.37%
Maintainers
1
Weekly downloads
 
Created
Source

@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 directory

Register 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-mcp

Supported 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 cirdanops

Full documentation, the CLI reference, and the agent integration guide live in the main repository. Licensed under Apache-2.0.

Keywords

mcp

FAQs

Package last updated on 16 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts