Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
repo-dirYesThe directory of the repository to analyze (e.g., '.' for current directory)

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": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
searchA

Search the codebase for symbols, files, or concepts. Works equally well for exact names ('UserStatus'), file paths ('types/enums'), or natural language ('how authentication works'). Returns name, kind, file path with line ranges (file:start-end), and confidence [H/M/L]. Use built-in Read with offset=line_start, limit=line_end-line_start to get source. Use this FIRST — replaces grep and glob.

nodeA

Get a symbol's connections (callers, callees, imports) with file:line ranges. Use AFTER search. Then use built-in Read with those line ranges to get implementation details. Replaces reading whole files — read only the specific line ranges shown.

pathC

Trace the shortest path between two symbols in the codebase graph.

impactA

Complete blast radius of changing a symbol. Exhaustive traversal of ALL edge types. Returns every affected file with symbols to check. Use before refactoring. Files not listed do not depend on the target.

local_filesA

Read full source files from disk. EXPENSIVE. Prefer built-in Read with line ranges from search/node results instead. Use this only when you need a whole file that search/node didn't cover.

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/kfireew/intelligraph-mini'

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