Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
init_codebaseA

Initialize and index a codebase for AI mentoring. This tool:

  • Crawls the directory structure (respecting .gitignore)

  • Analyzes each file to extract summaries, imports, and exports

  • Builds a manifest with file metadata and dependency graph

  • Creates a vector index for semantic search

Run this before using generate_tutorial or search_codebase.

generate_tutorialA

Generate a comprehensive tutorial/learning guide for a codebase. Creates a "Zero to Hero" tutorial with:

  • Project overview and architecture

  • Mermaid.js dependency diagrams

  • Structured learning path (chapters)

  • Key insights and patterns

Requires init_codebase to be run first.

search_codebaseA

Perform semantic search across a codebase. Uses vector embeddings to find relevant code sections based on natural language queries.

Returns:

  • Matching code snippets with file paths and line numbers

  • Relevance scores

  • File context and summaries

Requires init_codebase to be run first.

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/skainguyen1412/mcp-codebase'

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