AgentHound

adithyan-ak/AgentHound
★ 1 stars Go AI/LLM Updated 1mo ago
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 → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}