Home/Directory/Developer Tools/Vibe Check Server

Vibe Check Server

@PV-Bhat · github.com/PV-Bhat/vibe-check-mcp-server

An MCP server that prevents cascading errors and scope creep by calling a "Vibe-check" agent to ensure user alignment.

ClaimedDeveloper Toolsstdiolocal auth
GitHub

Install one command

terminal
$ npx -y @pv-bhat/vibe-check-mcp start --stdio

Or add it with the Claude CLI: claude mcp add pv-bhat-vibe-check-mcp-server

Tools exposed 0 tool

Configuration claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "pv-bhat-vibe-check-mcp-server": {
      "command": "npx",
      "args": ["-y", "@pv-bhat/vibe-check-mcp", "start", "--stdio"],
      "env": {
        "GEMINI_API_KEY": "<your-gemini-api-key>",
        "OPENAI_API_KEY": "<your-openai-api-key>",
        "OPENROUTER_API_KEY": "<your-openrouter-api-key>",
        "ANTHROPIC_API_KEY": "<your-anthropic-api-key>",
        "ANTHROPIC_AUTH_TOKEN": "<your-anthropic-auth-token>"
      }
    }
  }
}

Paste under mcpServers in your config, then restart Claude Desktop. For Claude Code, reference this server in your project's CLAUDE.md.

Related

Similar servers

More in Developer Tools
Compare
@modelcontextprotocol

Reference / test server with prompts, resources, and tools.

Developer Toolsstdio no-auth
87k1w ago0 toolslocal
$npx -y @modelcontextprotocol/server-everything
Compare

Official GitHub server for integration with repository management, PRs, issues, and more.

Developer Toolsstdio auth
30.5k5d ago20 toolslocal
Install command unavailable — see repo
Compare
@jlowin

A high-level framework for building MCP servers in Python

Developer Toolsstdio no-auth
25.6k1w ago0 toolslocal
Install command unavailable — see repo