mcpbeat Sign in

Revibe MCP Server

by selvatuple Your server? Claim it
local only

Revibe MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 29 installs a week from npm. Last commit 17 Mar 2026.

Analyze any codebase — get architecture, file roles, execution flows, and agent context.

Installs per day peak 20 · avg 6 · -16% w/w
a month agotoday
29
Installs / week
npm · revibe-mcp
0
Stars
0 open issues
17 Mar 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Revibe MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 revibe-mcp -- npx -y revibe-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "revibe-mcp": {
      "args": [
        "-y",
        "revibe-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.revibe-mcp]
command = "npx"
args = ["-y", "revibe-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "revibe-mcp": {
      "args": [
        "-y",
        "revibe-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "revibe-mcp": {
      "args": [
        "-y",
        "revibe-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: REVIBE_API_KEY (Revibe API key (optional — you can also use the revibe_login tool for browser-based auth)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Revibe MCP

same job, measured the same way
Workflow Generator
by askuma

Architecture diagram with concurrency capacity and bottleneck estimates from any codebase.

61 installs/wk local only
ctxlint
by yawlabs

Lint AI agent context files (CLAUDE.md, AGENTS.md, etc.) against your actual codebase

16 091 installs/wk local only
AGENTS.md Generator
by nushey

Analyzes codebases with tree-sitter and generates AGENTS.md files for AI coding agents.

311 installs/wk local only
Omni Scanner
by pantheon-ladderworks

Codebase observatory with 56+ scanners for git health, architecture, and documentation.

109 installs/wk local only
CodePic
by abelce

AI agent draws editable hand-drawn diagrams (flowchart, ER, architecture) via MCP, not static images

7 tools answering
archy
by hslee16

Architectural sensor for Python codebases.

2 148 installs/wk local only
Understand Anything - MCP
by uamcp

A powerful MCP server for codebase architecture analysis and automated governance.

67 installs/wk local only
Promptarch
by promptarch

Research-backed linting + generation for agent context files (CLAUDE.md, AGENTS.md, Cursor rules).

3 tools answering

Revibe MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Revibe MCP?
Revibe MCP 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 revibe-mcp was installed 29 times last week.
How do I connect Revibe MCP?
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 revibe-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Revibe MCP?
The npm package revibe-mcp was installed 29 times in the last week. Week over week that is -16%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Revibe MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.