Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GITHUB_REPONoOptional GitHub repository owner/name. When set, tools default to it if repo is omitted.
GITHUB_TOKENNoGitHub token for private repositories. Optional. Can also be placed in ~/.glasz-mcp/auth.json.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_indexA

Call this first for any cross-feature question about a project (what is blocked, what shipped, status overview). Returns the raw markdown of specs/INDEX.md for the chosen repository. specs/INDEX.md is a derived rollup, not authoritative on its own — for detail on a specific feature, follow up with get_feature.

get_featureA

Call this for any feature-specific question. Returns the trio of markdown files (product.md, tech.md, test-plan.md) for one feature folder under specs/features//. Each file body is preceded by a "file: …, ref: …" header so you can cite the source. If any file is missing it is reported as missing rather than failing the whole call.

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/korgmp3/glasz-mcp'

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