mcpbeat Sign in

Vibe Check MCP Server

local only

Vibe Check MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 73 installs a week from npm. Last commit 20 Aug 2026.

Metacognitive AI agent oversight: adaptive CPI interrupts for alignment, reflection and safety

Installs per day peak 41 · avg 15 · +22% w/w
a month agotoday
73
Installs / week
npm · @pv-bhat/vibe-check-mcp
503
Stars
1 open issues
20 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Dumps the whole environment src/cli/index.ts:211
    Object.assign(process.env, spawnEnv);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add vibe-check-mcp-server -- npx -y @pv-bhat/vibe-check-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vibe-check-mcp-server": {
      "args": [
        "-y",
        "@pv-bhat/vibe-check-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vibe-check-mcp-server]
command = "npx"
args = ["-y", "@pv-bhat/vibe-check-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "vibe-check-mcp-server": {
      "args": [
        "-y",
        "@pv-bhat/vibe-check-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vibe-check-mcp-server": {
      "args": [
        "-y",
        "@pv-bhat/vibe-check-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: YOUR_API_KEY (Your API key for the service). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Vibe Check MCP Server

same job, measured the same way
Truthstack MCP
by truthstack1

Supplement-drug interaction safety API for AI agents with FDA adverse event data.

26 installs/wk local only
I
Decixa MCP
by koki-socialgist

Decixa MCP Server — intent-driven API discovery and selection for AI agents.

local only
Yantrikdb MCP
by yantrikos

Cognitive memory for AI agents — semantic recall, knowledge graph, and contradiction detection

1 446 installs/wk local only
Synap Memory
by maximem

Persistent memory for AI agents — log and recall conversation context over MCP.

4 tools answering
Bluecolumn Memory
by bluecolumnconsulting-lgtm

Persistent memory for AI agents — audio intelligence + Music Memory ingestion and recall

52 installs/wk local only
Batru — Competitive Game Intelligence for AI Agents
by batru

Live competitive-game predictions, meta data and decision tools for AI agents.

110 installs/wk 17 tools answering
Disruption Intelligence MCP
by forgemeshlabs

AI-native commercial disruption intelligence for MCP clients and x402-powered agents.

48 installs/wk local only
Otr Protocol
by yb48666-ctrl

Merchant trust verification for AI agents. One call = trust score, badge, and purchase safety.

24 installs/wk local only

Vibe Check MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Vibe Check MCP Server?
Vibe Check MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @pv-bhat/vibe-check-mcp was installed 73 times last week.
How do I connect Vibe Check MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @pv-bhat/vibe-check-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Vibe Check MCP Server?
The npm package @pv-bhat/vibe-check-mcp was installed 73 times in the last week. Week over week that is +22%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Vibe Check MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript, 503 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.