Back to MCP Servers

Dandan

Real-time security framework for MCP servers that detects and blocks malicious AI agent behavior by analyzing tool call patterns and intent across multiple threat detection engines.

securityaiagent
By 82ch

Installation

npx -y MCP-Dandan

Configuration

{
  "mcpServers": {
    "MCP-Dandan": {
      "command": "npx",
      "args": ["-y", "MCP-Dandan"]
    }
  }
}

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