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-DandanConfiguration
{
"mcpServers": {
"MCP-Dandan": {
"command": "npx",
"args": ["-y", "MCP-Dandan"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes