Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
extract_schemasB

Extract MCP tool definitions (ProducerSchemas) from server source code. Scans for server.tool() calls and parses their Zod schemas.

extract_fileB

Extract MCP tool definitions from a single TypeScript file.

trace_usageB

Trace how client code uses MCP tools. Finds callTool() invocations and tracks which properties are accessed on results.

trace_fileC

Trace MCP tool usage in a single TypeScript file.

compareC

Full analysis pipeline: extract producer schemas, trace consumer usage, and compare them to find mismatches. Returns a detailed report.

scaffold_consumerC

Generate consumer code from a producer schema. Creates TypeScript functions, React hooks, or Zustand actions that correctly call MCP tools.

scaffold_producerC

Generate producer schema stub from consumer usage. Creates MCP tool definition based on how client code calls it.

comment_contractC

Add cross-reference comments to validated producer/consumer pairs. Documents the contract relationship in both files.

init_projectC

Initialize a trace project with .trace-mcp config directory. Creates project structure for watch mode and caching.

watchA

Watch project files for changes and auto-revalidate contracts. Actions: start (begin watching), stop (end watching), status (check state), poll (get pending events).

get_project_statusB

Get the status of a trace project including config, cache state, and last validation result.

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/Mnehmos/mnehmos.trace.mcp'

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