← Back to Plugins
MCP Server MCP

io.github.selvatuple/revibe-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "revibe-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Revibe API key (optional — you can also use the revibe_login tool for browser-based auth)",
          "format": "string",
          "isSecret": true,
          "name": "REVIBE_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...