Back to MCP Servers
🔌

82ch/MCP-Dandan

MITAPI key required

🐍 📇 🏠 🍎 🪟 🐧 - 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

PythonAI & LLMs

Install

npx -y 82ch

Required environment variables

MISTRAL_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "82ch-mcp-dandan": {
      "command": "npx",
      "args": [
        "-y",
        "82ch"
      ],
      "env": {
        "MISTRAL_API_KEY": "<YOUR_MISTRAL_API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.