Guides your coding agent — or you directly via CLI — with architecture reviews, security checks, and best practices. Returns actionable findings so it gets built right the first time.
Request features from your coding agent
Codes the implementation, consulting Vibe Checker as it works
Tech lead for your agent — continuously reviews code quality and guides what to improve
Install Vibe Checker, set your API key, and start it as a service.
# Install
curl -fsSL https://storage.googleapis.com/vibe-checker-releases/install-linux.sh | bash# Set API key
echo 'export VIBE_CHECKER_API_KEY=your-api-key' >> ~/.bashrc# Start as background service (auto-starts on login)
vibe-checker start# Install
irm https://storage.googleapis.com/vibe-checker-releases/install-windows.ps1 | iex# Set API key
[System.Environment]::SetEnvironmentVariable('VIBE_CHECKER_API_KEY', 'your-api-key', 'User')# Start as background service (auto-starts on login)
vibe-checker startYou'll receive your API key after signing up
claude mcp add --transport http vibe-checker http://localhost:2024/mcpor
{
"mcpServers": {
"vibe-checker": {
"type": "http",
"url": "http://localhost:2024/mcp"
}
}
}.mcp.json in your project root
gemini mcp add vibe-checker http://localhost:2024/mcp -t http -s useror
{
"mcpServers": {
"vibe-checker": {
"httpUrl": "http://localhost:2024/mcp"
}
}
}~/.gemini/settings.json
codex mcp add vibe-checker --url http://localhost:2024/mcpor
[mcp_servers.vibe-checker]
url = "http://localhost:2024/mcp"~/.codex/config.toml
{
"mcp": {
"servers": {
"vibe-checker": {
"type": "http",
"url": "http://localhost:2024/mcp"
}
}
}
}.vscode/settings.json or ~/.config/Code/User/settings.json
{
"mcpServers": {
"vibe-checker": {
"url": "http://localhost:2024/mcp",
"type": "streamableHttp"
}
}
}~/.cursor/mcp.json or .cursor/mcp.json in your project
{
"mcpServers": {
"vibe-checker": {
"serverUrl": "http://localhost:2024/mcp"
}
}
}~/.codeium/windsurf/mcp_config.json
Connect via MCP and your agent calls Vibe Checker automatically — before implementing features and after writing code.
Run directly from your terminal without a coding agent.
Handles code quality for you so you can focus on building features instead of arguing with your coding agent about fixes.
Includes tokens in your plan so you can reduce your coding agent tier instead of paying for the most expensive model subscriptions.
Reviews architecture, security, best practices, and testing across your codebase and returns actionable feedback to the coding agent.
Installs on your machine and only accesses the projects you choose. Code is sent to AI models through our cloud for analysis but is never stored.
Routes analysis through our cloud, selecting the right AI models for each task — so you get the best results without managing API keys or model configs.
Works as an MCP server with any compatible client — Claude Code, Gemini, Codex, Copilot, Cursor, Windsurf, and others.
Keeps track of your project over time and continuously analyzes what can be improved to make it better.
Choose the plan that fits your team.
For individual developers getting started.
Everything in Starter, plus:
Everything in Team, plus:
Everything in Business, plus:
Data leaves your network
Data never leaves your network
Your source code and analysis data never leave your infrastructure. Full data sovereignty guaranteed.
Run independently — no reliance on external services, third-party uptime, or provider decisions.
Fixed hardware cost, no per-token billing. Predictable budgeting regardless of usage volume.
Built on open-source models. Switch, customize, or extend without permission from any vendor.
Meet government regulations, GDPR, HIPAA, and sector-specific data handling requirements.
Fully operational without internet. Designed for classified, restricted, and isolated networks.
Starting from
$1M
Includes everything above — from initial consultation through deployment and first year of operation.
Annual Renewal
$200K/year
Ongoing support and Vibe Checker license renewal after the first year.
This is not a public offering. Prices shown are indicative starting points. The actual price will be determined during consultation and presented in a formal contract.
All plans include tokens. Usage beyond the included allowance is billed separately.
Sign up and start using Vibe Checker to improve your code quality.