EV
@modelcontextprotocol
Reference / test server with prompts, resources, and tools.
87k1w ago0 toolslocal
$
npx -y @modelcontextprotocol/server-everythingAn MCP server that prevents cascading errors and scope creep by calling a "Vibe-check" agent to ensure user alignment.
$ npx -y @pv-bhat/vibe-check-mcp start --stdioOr add it with the Claude CLI: claude mcp add pv-bhat-vibe-check-mcp-server
{ "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.
Reference / test server with prompts, resources, and tools.
npx -y @modelcontextprotocol/server-everythingOfficial GitHub server for integration with repository management, PRs, issues, and more.
A high-level framework for building MCP servers in Python