Back to MCP Servers

4DA

Dependency intelligence for AI coding agents. Live CVE scanning, dependency health, upgrade planning, ecosystem news, and decision memory. 14 tools, zero config, privacy-first.

developer-toolsaiagent

Installation

npx -y 4DA

Configuration

{
  "mcpServers": {
    "4DA": {
      "command": "npx",
      "args": ["-y", "4DA"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub