agentic-radar
A security scanner for your agentic workflows.
Agentic Radar is designed to enhance the security of your LLM agentic workflows by identifying potential vulnerabilities and providing actionable insights. It serves as a comprehensive tool that scans your workflows, ensuring that they are robust and secure against various threats. With its user-friendly interface and powerful scanning capabilities, Agentic Radar helps developers and security professionals alike to maintain the integrity of their systems. By integrating seamlessly into existing workflows, it allows for continuous monitoring and improvement of security measures, making it an essential tool for anyone working with LLMs.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"agentic-radar": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-agentic-radar"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions