Skip to content
Cursor

hound for Cursor

io.github.tiluckdave/hound

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

client:Cursor transport:stdio runtime:npm

Install hound in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

hound in other clients