Glasz
БесплатноНе проверенFetches glasz-style spec files (product.md, tech.md, test-plan.md, and INDEX.md) from GitHub repositories, enabling LLMs to answer questions about features, sto
Описание
Fetches glasz-style spec files (product.md, tech.md, test-plan.md, and INDEX.md) from GitHub repositories, enabling LLMs to answer questions about features, stories, and acceptance criteria without cloning or pasting files.
README
A read-only Model Context Protocol server that
fetches glasz-style spec files (the product.md / tech.md / test-plan.md
trio + the derived specs/INDEX.md) from GitHub repositories and hands them to
an LLM client, so the model can answer questions about features, stories, and AC
status without the user cloning the repo or pasting files.
It is intentionally a thin window onto the same source data that glasz the app
reads — no writes, no parsing on the server (the LLM interprets the trio,
guided by the server instructions block).
Status — v1-core
This release implements the v1-core scope:
| Story | What |
|---|---|
| S1 | Install via npx -y github:quintegro/glasz-mcp (compiled dist/ is committed) |
| S4 | get_index — fetch specs/INDEX.md |
| S5 | get_feature — fetch a feature's trio |
| S6 | instructions schema legend taught at initialize |
Deferred to v1.x: S2 (OAuth device-flow login — currently a stub) and
S3 (list_repos discovery — not registered).
Install
Add this to your MCP client config (Claude Desktop / Claude Code / Cursor):
{
"command": "npx",
"args": ["-y", "github:quintegro/glasz-mcp"],
"env": { "GITHUB_REPO": "owner/name" }
}
GITHUB_REPO is optional — when set, tools default to it if repo is omitted.
Authentication
Public repositories are readable without a token. For private repos, set
GITHUB_TOKEN in the client config env, or place a token at
~/.glasz-mcp/auth.json (mode 0600):
{ "access_token": "ghp_…", "token_type": "bearer", "scope": "repo", "login": "you", "created_at": "2026-06-19T00:00:00Z" }
The OAuth device-flow login command is deferred to v1.x.
Tools
get_index({ repo? })— returns the raw markdown ofspecs/INDEX.md.get_feature({ repo?, slug })— returns the trio forspecs/features/<slug>/.
Development
pnpm install # also runs `prepare` → build
pnpm run build # tsc → dist/
pnpm test # unit + integration (vitest)
node bin/glasz-mcp.js # start the server on stdio
dist/ is committed to git (not .gitignored) because npx git-installs do
not run build scripts — the compiled output must exist on the default branch.
Установка Glasz
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/korgmp3/glasz-mcpFAQ
Glasz MCP бесплатный?
Да, Glasz MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Glasz?
Нет, Glasz работает без API-ключей и переменных окружения.
Glasz — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Glasz в Claude Desktop, Claude Code или Cursor?
Открой Glasz на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Glasz with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
