The dependency bloodhound for AI coding agents. Zero API keys, zero config.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
The dependency bloodhound for AI coding agents.
AI coding agents recommend and install packages without knowing if they're safe โ and most security tools require accounts, API keys, or paid plans to tell you. Hound fixes that: it scans for vulnerabilities, checks licenses, audits dependency trees, and detects typosquatting across 7 ecosystems โ zero config, zero API keys, zero cost.
Hound is the only security tool built specifically for AI coding agents โ works across npm, PyPI, Go, Cargo, Maven, NuGet, and RubyGems, and plugs into Claude Code, Cursor, VS Code, and any MCP client out of the box.
It uses two fully free, unauthenticated public APIs: deps.dev (Google Open Source Insights) and OSV (Google Open Source Vulnerabilities).
Add to your MCP config file:
| Client | Config path |
|---|---|
| Claude Desktop (macOS) | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Cursor | ~/.cursor/mcp.json |
| Windsurf | ~/.codeium/windsurf/mcp_config.json |
12 tools โ Full reference with example outputs
| Tool | What it does |
|---|---|
hound_audit โญ | Scan an entire lockfile for vulnerabilities across all dependencies |
hound_score | 0โ100 Hound Score (vulns + scorecard + recency + license) with letter grade |
hound_compare | Side-by-side comparison of two packages with a recommendation |
hound_preinstall | GO / CAUTION / NO-GO verdict before installing a package |
hound_upgrade | Find the minimum safe version upgrade that resolves all known vulns |
hound_license_check | Scan a lockfile for license compliance against a policy |
hound_vulns | All known vulnerabilities for a package version, grouped by severity |
hound_inspect | Full package profile โ license, vulns, scorecard, stars, dep count |
hound_tree | Full resolved dependency tree with transitive deps |
hound_typosquat | Detect typosquatting variants of a package name |
hound_advisories | Full advisory details by GHSA, CVE, or OSV ID |
hound_popular | Scan popular packages for known vulnerabilities |
Supported ecosystems: npm ยท pypi ยท go ยท maven ยท cargo ยท nuget ยท rubygems
3 prompts you can invoke directly from your AI client. โ Full prompt reference
| Prompt | What it does |
|---|---|
security_audit | Full project security audit โ vulns, licenses, typosquats |
package_evaluation | Go/no-go recommendation before adding a new dependency |
pre_release_check | Pre-ship dependency scan that flags release blockers |
โ See full examples with real lockfiles and expected output
hound_audit on an existing lockfile to get a full report in secondshound_preinstall to get a GO / CAUTION / NO-GO verdicthound_license_check to ensure no GPL or AGPL packages sneak into a commercial projectbun.lockb parser โ Bun lockfile supportgradle.lockfile parser โ Gradle (Java/Android) ecosystem supporthound_diff tool โ compare two lockfile snapshots to surface newly introduced riskshound_audit as a PR check without an AI agentContributions are welcome. Read CONTRIBUTING.md to get started.
The one rule: Hound must stay zero-config and free forever. Don't add features that require API keys or accounts.
Good first issues are labeled and ready.
๐ฌ Questions or ideas? Open a Discussion
MIT ยฉ 2026 Tilak Dave
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/hound)<a href="https://allmcps.com/mcp/hound"><img src="https://allmcps.com/api/badge/hound?style=directory" alt="Hound on AllMCPs" /></a>