Skip to main content
Glama

AI Agent Template MCP Server

by bswa006

analyze_codebase_deeply

Identify and analyze codebase patterns, tech stack, and architecture by scanning a project directory. Configure depth and exclude specific patterns for targeted insights.

Instructions

Perform comprehensive analysis of codebase to understand patterns, tech stack, and architecture

Input Schema

NameRequiredDescriptionDefault
excludePatternsNoPatterns to exclude from analysis
maxDepthNoMaximum directory depth to analyze (default: 5)
projectPathYesPath to the project directory to analyze

Input Schema (JSON Schema)

{ "properties": { "excludePatterns": { "description": "Patterns to exclude from analysis", "items": { "type": "string" }, "type": "array" }, "maxDepth": { "description": "Maximum directory depth to analyze (default: 5)", "type": "number" }, "projectPath": { "description": "Path to the project directory to analyze", "type": "string" } }, "required": [ "projectPath" ], "type": "object" }

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/bswa006/mcp-context-manager'

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