glasz-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_REPO | No | Optional GitHub repository owner/name. When set, tools default to it if repo is omitted. | |
| GITHUB_TOKEN | No | GitHub token for private repositories. Optional. Can also be placed in ~/.glasz-mcp/auth.json. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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