{ "name": "@den.dance/network-diagram-mcp", "version": "1.2.0", "mcpName": "io.github.den-indance/network-diagram-mcp", "description": "Visual network topology editor with AI-agent MCP integration plus a cross-platform URL handler agent. Click any SSH / Postgres / Redis port on a node in NetMap (or any ssh:// / postgres:// / redis:// link in your OS) → picks your installed client (psql / DBeaver / iTerm / redis-cli / RDM …). 44 MCP tools, nmap/CSV import, smart auto-layout, multi-sheet, local-first. Open-source successor to netViz (CA Technologies, 1990-2012).", "type": "module", "main": "./index.js", "bin": { "network-diagram-mcp": "index.js" }, "files": [ "index.js", "bridge.js", "cli-core.js", "detect.js", "handler-core.js", "handlers.js", "http-handler.js", "token.js", "tools.js", "bin", "clients", "installers", "protocols", "utils", "netmap.png", "icon.png", "manifest.json", "server.json", "smithery.yaml", "README.md", "LICENSE" ], "scripts": { "start": "node index.js" }, "keywords": [ "mcp", "model-context-protocol", "claude", "ai", "llm", "network-diagram", "network-topology", "netviz", "dcim", "network-documentation", "topology-editor", "nmap", "ssh", "ssh-client", "postgres", "postgres-client", "redis", "redis-client", "protocol-handler", "url-scheme-handler", "xdg-mime", "daemon", "cli", "network-mapping", "infrastructure", "sysadmin", "sre", "devops" ], "author": { "name": "Denys Malieiev", "url": "https://den.dance/" }, "license": "MIT", "homepage": "https://map.den.dance/", "repository": { "type": "git", "url": "git+https://github.com/den-indance/network-diagram-mcp.git" }, "bugs": { "url": "https://github.com/den-indance/network-diagram-mcp/issues" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "ws": "^8.0.0" } }