loading…
Search for a command to run...
loading…
Real-time security framework for MCP servers that detects and blocks malicious AI agent behavior by analyzing tool call patterns and intent across multiple thre
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.
MCP-Dandan
MCP-Dandan is an integrated monitoring service that observes MCP (Model Context Protocol) communications and detects security threats in real time. It features a modern desktop UI built with Electron for easy monitoring and management.
Currently, MCP-Dandan is listed in well-known MCP-related open-source collections and can be found in the following repositories:
https://github.com/user-attachments/assets/928686ab-a5aa-4486-8d8e-d4a9592adc3e
# Clone the repository
git clone https://github.com/82ch/MCP-Dandan.git
cd MCP-Dandan
# Install all dependencies (Python + Node.js)
npm run install-all
# Start both server and desktop UI
npm run dev
The server will start on http://127.0.0.1:8282 and the Electron desktop app will launch automatically.
Identifies potential command injection patterns in tool calls.
Monitors unauthorized file system access attempts.
Detects potential PII leakage with built-in rules and optional user-defined customization.
Identifies suspicious data transfer patterns.
Uses semantic analysis to detect misuse of MCP tools:
https://github.com/user-attachments/assets/3d6f2304-0a6b-492e-9f2d-bba76df98b4c
Input your MISTRAL_API_KEY to enable the Tools Poisoning Engine, and configure detection settings as needed.
https://github.com/user-attachments/assets/19bcbdfb-c893-468d-a8a6-1c7b70a1c7b7
Full Documentation
For detailed explanations and technical documentation, please refer to the
MCP-Dandan Wiki.Have questions or suggestions?
Please visit the Discussions tab.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"82ch-mcp-dandan": {
"command": "npx",
"args": []
}
}
}Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also