mcpbeat Sign in

Vibe MCP Server

by vibecodinginc Your server? Claim it
local only

Vibe MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 5 Sep 2026.

Social layer for Claude Code - DMs, presence, discovery, and games between AI-assisted developers

Installs / week
not published
0
Stars
5 open issues
5 Sep 2026
Last commit
from GitHub
MIT
License
JavaScript

What the code does

We read the source, 21 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.

    const stdout = execFileSync(process.execPath, [__filename, '--fetch-live'], {
Builds a file path from a variable capabilities.js:36
      return dir && fs.existsSync(path.join(dir, binary));
Reads files and sends them to the network tools/init.js:154
    const files = fs.readdirSync(cwd).slice(0, 50);  // Limit scan

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

Alternatives to Vibe MCP

same job, measured the same way
Vibe
by brightseth

Social layer for Claude Code - DMs, presence, games between AI-assisted developers

279 installs/wk local only
Ailist MCP
by hifriendbot

MCP server for AiList — search and discover Ai projects from Claude Code

35 installs/wk local only
Agent Magnet
by helinakdogan

Behavioral memory layer for AI tools. Learns preferences and context across Claude, Cursor, Codex.

801 installs/wk local only
oss-search
by sblattj

Fast local and federated OSS code search and repo discovery for AI agents

226 installs/wk local only
MCP Toolz
by taylorleese

Context management, todo persistence, and multi-AI perspectives for Claude Code

239 installs/wk local only
Contextforge MCP
by alfredoizdev

Persistent memory MCP server for Claude Code, Cursor, and GitHub Copilot.

197 installs/wk local only
Claude Code Bridge from Essential AI Solutions (essentialai.uk)
by eaisdevelopment

MCP bridge for inter-session communication between Claude Code instances

38 installs/wk local only
Devloop
by vincentvella

Browser + dev-server logs on one correlated timeline, for Claude Code and AI agents.

97 installs/wk local only

Vibe MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Vibe MCP?
Vibe MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Vibe MCP open source?
Yes — it is published under the MIT licence, written in JavaScript, 0 stars on GitHub and 5 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.