NervMap: Single Command Server Service Discovery and Diagnostics Tool

✍️ OpenClawRadar📅 Published: March 22, 2026🔗 Source
NervMap: Single Command Server Service Discovery and Diagnostics Tool
Ad

What NervMap Does

NervMap is a command-line tool that provides comprehensive visibility into server services and their dependencies. It was created to address the pain point of manually running multiple commands like docker ps, systemctl, and ss -tlnp and cross-referencing configurations when troubleshooting server issues.

Key Features and Performance

The tool executes in 0.6 seconds and discovers:

  • All Docker containers
  • All systemd services
  • All bare processes

It maps dependencies between these services using multiple detection methods with varying confidence levels:

  • Docker Compose depends_on (100% confidence)
  • TCP established connections via /proc/net/tcp (85% confidence)
  • Environment variables like DATABASE_URL, REDIS_HOST (60% confidence)
  • Docker network membership (30% confidence)
Ad

Diagnostic Capabilities

NervMap includes 15 diagnostic rules that identify issues with severity and impact analysis, plus fix suggestions. The diagnostics cover:

  • Port conflicts
  • OOM-killed containers
  • Restart loops
  • Failed systemd services
  • Circular dependencies
  • Disk pressure
  • Exposed wildcard ports

Usage and Testing

The tool includes a --scope flag to focus on a single project. It has been tested on a production server with 263 services and reported zero false positives. Secrets are redacted by default in all output.

NervMap is available as a Linux binary and is free for personal use. The source is hosted on GitHub.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

OpenPlawd: OpenClaw Skill for Automated Plaud Meeting Notes
Tools

OpenPlawd: OpenClaw Skill for Automated Plaud Meeting Notes

OpenPlawd is an OpenClaw skill that automatically processes Plaud recordings into structured HTML meeting notes. It polls Plaud accounts hourly, transcribes with Whisper or OpenAI, chunks large files, and generates notes with action items via an OpenClaw agent.

OpenClawRadar
Cold Validation Architecture: Dual-Agent Code Review System Open-Sourced
Tools

Cold Validation Architecture: Dual-Agent Code Review System Open-Sourced

Open-sourced system uses two separate AI agents for code validation: one builds code, another reviews it with zero context about the builder's reasoning. The reviewer only sees plan documents, code diffs, and test outputs.

OpenClawRadar
ClaudeClaw: Free Claude Code Plugin for Persistent AI Agents on Messaging Platforms
Tools

ClaudeClaw: Free Claude Code Plugin for Persistent AI Agents on Messaging Platforms

ClaudeClaw is a free, open-source MIT-licensed Claude Code plugin that runs Claude as a persistent agent on Slack, WhatsApp, and Telegram. It requires Node.js 20+, Claude Code, and your own Anthropic API key, with OS-level sandbox isolation via Anthropic's sandbox-runtime.

OpenClawRadar
TradesMCP: Open Source MCP Server for Contractor License Verification and Construction Data
Tools

TradesMCP: Open Source MCP Server for Contractor License Verification and Construction Data

TradesMCP is an open source Model Context Protocol server that provides Claude with access to real contractor license data, building permits, material pricing, and labor rates. The tool correctly verified an active California contractor license where ChatGPT returned incorrect information.

OpenClawRadar