Back to MCP Servers
Cirdan
AI infrastructure cartographer & MCP server: fingerprints, graphs, and watches the live infrastructure an agent can reach (Docker, Kubernetes, cloud, IaC) and detects incidents.
monitoringkubernetesdockeraiagent
By adanb13
Installation
npx -y cirdanConfiguration
{
"mcpServers": {
"cirdan": {
"command": "npx",
"args": ["-y", "cirdan"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes