Skip to main content
SecurityPython/TypeScript

82ch/MCP-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.

securitylocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/82ch/MCP-Dandan

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-dandan": {
      "command": "npx",
      "args": [
        "-y",
        "82ch/MCP-Dandan"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Security
Language
Python/TypeScript
Author
82ch