Skip to main content
Glama
AaadityaG

Codebase Explorer MCP Server

by AaadityaG

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
analyze_structureA

Get a high-level overview of a codebase: languages, file count, entry points, and directory tree.

find_featuresC

Detect features, API routes, controllers, components, and patterns in the codebase. Optionally filter by type (e.g. 'API Route', 'Controller', 'Component', 'Test').

search_symbolsC

Search for symbols/patterns across the codebase using regex. Optionally filter by file extension (e.g. 'py', 'js', 'ts').

get_feature_detailC

Get detailed code context around a feature by name. The feature name is matched against detected routes, controllers, services, etc.

list_project_typesA

List all project types and frameworks this server can detect.

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/AaadityaG/Codebase-Explainer-MCP-Server'

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