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
syms_list

Extract top-level symbols (functions, classes, types, constants) from source files

syms_imports

Parse import statements from source files

syms_deps

List files that a given file depends on (imports from)

syms_dependents

List files that depend on (import from) a given file

syms_impact

Impact analysis: direct and transitive dependents of a file

syms_search

Search for symbols by name across a project. Matches are ranked: exact > prefix > contains (case-insensitive).

syms_graph

Project-wide dependency graph summary with hot spots, heaviest importers, and circular dependencies

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/Jordan-Horner/symbols'

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