BloodHound for AI agent infrastructure. Map every MCP server, A2A agent, and credential in your environment, then see the attack paths an adversary would walk.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"agenthound": {
"command": "go",
"args": [
"run",
"github.com/adithyan-ak/AgentHound@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add agenthound go run github.com/adithyan-ak/AgentHound@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"agenthound": {
"command": "go",
"args": [
"run",
"github.com/adithyan-ak/AgentHound@latest"
]
}
}
}
📋 Copy