Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SPEC_DRIFT_ROOTNoThe project root path that serves as the base for spec source paths. Defaults to current working directory.
SPEC_DRIFT_SPECSNoThe directory where spec files are located, relative to the root. Defaults to 'specs'.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_specsA

List every entity spec (the single source of truth) and the source symbol it governs. Call this first to see which types are spec-controlled.

explain_specB

Return the full field-level spec for one entity so you know exactly what to implement before writing code.

check_driftA

Compare the spec against the actual TypeScript source and report every drift: fields missing in code, extra fields absent from the spec, and type mismatches. Run this before committing, or right after editing a spec-controlled type.

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/3ii-factory/spec-drift-mcp'

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