Skip to content
Cursor

revibe mcp for Cursor

io.github.selvatuple/revibe-mcp

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

client:Cursor transport:stdio runtime:npm

Install revibe mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "revibe-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "revibe-mcp"
      ],
      "env": {
        "REVIBE_API_KEY": "<REVIBE_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

revibe mcp in other clients