← Index

io.github.selvatuple/revibe-mcp

io.github.selvatuple/revibe-mcp·v0.1.1·Filesystem
Quality Score
79
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "revibe-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "revibe-mcp"
      ],
      "env": {
        "REVIBE_API_KEY": "<your-revibe_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "revibe-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "revibe-mcp"
      ],
      "env": {
        "REVIBE_API_KEY": "<your-revibe_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y revibe-mcp
§02  Environment variables
REVIBE_API_KEY
secret

Revibe API key (optional — you can also use the revibe_login tool for browser-based auth)

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Filesystem