Skip to main content
Glama
Jhackman2019

codebase-context-mcp

by Jhackman2019

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
index_codebaseA

Parse a directory into symbols and chunks, building a searchable index. Supports TypeScript, JavaScript, Python, CSS, JSON.

search_symbolsB

Find functions, classes, types, and other symbols by name or pattern in an indexed codebase.

search_codeA

BM25 full-text search across all files in an indexed codebase. Returns ranked results with matching lines.

get_file_outlineA

Get the structure of a file: functions, classes, imports, exports with line numbers.

get_project_summaryA

Get an overview of an indexed project: tech stack, file counts by language, directory structure.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: indexing, symbol search, full-text search, file outline, and project summary. There is no overlap between tools, so an agent can easily select the right one.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (index_, search_, get_), making the set predictable and easy to navigate.

Tool Count5/5

With five tools, the server is well-scoped for its purpose of providing codebase context. Each tool is necessary and there is no bloat.

Completeness4/5

The domain of codebase context is well-covered with indexing, two complementary search methods, file outline, and project summary. A tool to fetch full file content would be a minor addition, but the current set is functional and does not have critical gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues