Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REVIBE_API_KEYNoYour Revibe API key for manual authentication. Get it from https://app.revibe.codes/settings

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
revibe_loginA

Log in to Revibe via browser. Opens a browser window for authentication. After logging in and clicking Authorize, the API key is saved locally so all other Revibe tools work automatically.

analyze_repoA

Submit a GitHub repository for Revibe analysis. Analyzes architecture, file roles, execution flows, system design Q&A, and more. If no URL is provided, auto-detects from the current git remote. Analysis takes 3-7 minutes for most repos.

check_statusB

Check the status of a Revibe analysis job.

get_summaryB

Get a condensed summary of a completed Revibe analysis. Shows architecture pattern, language, file count, key modules, and available sections.

get_sectionA

Get a specific analysis section from a completed Revibe analysis.

Available sections:

  • technical_architecture (or "architecture") — system layers, technologies, diagrams

  • file_roles — what each file does, importance, dependencies

  • system_design_qa — interview-style Q&A about design decisions

  • story_flow (or "execution_flows") — how the app starts up and handles requests

  • database_schema (or "database") — tables, relationships, ER diagrams

  • concepts_explanation (or "concepts") — key patterns and concepts used

  • modules — logical groupings of files

  • business_logic — core domain logic and rules

  • flow_implementation — detailed execution flow code traces

get_agent_contextA

Get the full agent context JSON for a completed analysis. This is a structured format optimized for AI agents, containing file index, dependency graph, architecture layers, call chains, constraints, design decisions, and database schema. Save the output to agent_context.json for persistent codebase understanding.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/selvatuple/revibe-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server