AgentHound

adithyan-ak/AgentHound
★ 1 stars Go AI/LLM Updated today
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.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agenthound": {
      "command": "go",
      "args": [
        "run",
        "github.com/adithyan-ak/AgentHound@latest"
      ]
    }
  }
}