@vibecheck-ai/mcp
Freeby MCP Community
The trust layer for AI-generated software. Catches phantom dependencies, ghost API routes, fake SDK methods, and hardcoded secrets — before they ship.
v24.6.3Added Apr 12, 2026
vibecheckmcpmodel-context-protocolaihallucination
@vibecheck-ai/mcp MCP Server
The trust layer for AI-generated software. Catches phantom dependencies, ghost API routes, fake SDK methods, and hardcoded secrets — before they ship.
Installation
Reviews
Installation
Quick install
npx -y @vibecheck-ai/mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"@vibecheck-ai/mcp": {
"command": "npx",
"args": ["-y", "@vibecheck-ai/mcp"]
}
}
}