nerq-mcp-hub
v1.0.0
Published
Find, install, and manage MCP servers. 25,000+ servers, trust-verified.
Maintainers
Readme
mcp-hub
Find and install MCP servers in seconds. 25,000+ servers, trust-verified.
npx mcp-hub search "database"
npx mcp-hub install postgres-mcp --client claudeThat's it. No manual config editing. No wondering if the server is safe.
What it does
- Search — Find MCP servers from Nerq's index of 25,000+ servers
- Install — Adds the server to your Claude/Cursor/VS Code config automatically
- Trust check — Every install is trust-verified against 204K+ agents
- Update — Check if any installed servers have trust score changes or CVEs
Commands
Search
npx mcp-hub search "database"
npx mcp-hub search "github repos"
npx mcp-hub search "slack notifications"Returns ranked results with trust scores, stars, and install commands.
Install
npx mcp-hub install postgres-mcp --client claude
npx mcp-hub install github-mcp-server --client cursor
npx mcp-hub install filesystem --client vscode- Runs a trust check before installing
- Adds the MCP server config to your client
- Refuses to install servers with DENY trust recommendation (use
--forceto override)
List
npx mcp-hub listShows all installed MCP servers across Claude, Cursor, and VS Code with current trust scores.
Update
npx mcp-hub updateChecks trust scores for all installed servers. Warns about trust drops and suggests replacements.
Recommend
npx mcp-hub recommend "I need to query databases and search github"Analyzes your needs, finds the best tool for each capability, and offers to install all at once.
How it works
mcp-hub uses the Nerq API to search and verify MCP servers:
/v1/discover— Search 25,000+ MCP servers by keyword/v1/resolve— Find the best tool for any task/v1/preflight— Trust-check any agent before using it
Every server is scored on security, maintenance, popularity, license compliance, and ecosystem health.
Config file locations
| Client | macOS | Windows | Linux |
|--------|-------|---------|-------|
| Claude | ~/Library/Application Support/Claude/claude_desktop_config.json | %APPDATA%/Claude/claude_desktop_config.json | ~/.config/claude/claude_desktop_config.json |
| Cursor | ~/.cursor/mcp.json | ~/.cursor/mcp.json | ~/.cursor/mcp.json |
| VS Code | ~/.vscode/mcp.json | ~/.vscode/mcp.json | ~/.vscode/mcp.json |
License
MIT
