Skip to main content
Glama

Code Review MCP Server

analyze_repo

Analyze code repository structure to generate a high-level overview, including organization, directories, and file contents. Ideal for understanding codebase layout before detailed reviews or when a full review is unnecessary.

Instructions

Use this tool when you need to analyze a code repository structure without performing a detailed review. This tool flattens the repository into a textual representation and is ideal for getting a high-level overview of code organization, directory structure, and file contents. Use it before code_review when you need to understand the codebase structure first, or when a full code review is not needed.

Input Schema

NameRequiredDescriptionDefault
fileTypesNoFile types to include in the analysis
repoPathYesPath to the repository to analyze
specificFilesNoSpecific files to analyze

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "fileTypes": { "description": "File types to include in the analysis", "items": { "type": "string" }, "type": "array" }, "repoPath": { "description": "Path to the repository to analyze", "type": "string" }, "specificFiles": { "description": "Specific files to analyze", "items": { "type": "string" }, "type": "array" } }, "required": [ "repoPath" ], "type": "object" }
Install Server

Other Tools from Code Review MCP Server

Related Tools

    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/crazyrabbitLTC/mcp-code-review-server'

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