Skip to content
Grok

hound for Grok

io.github.tiluckdave/hound

The dependency bloodhound for AI coding agents. Zero API keys, zero config.

client:Grok transport:stdio runtime:npm

Install hound in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "hound": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "hound-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

hound in other clients