kit-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KIT_MCP_KIT_ROOT | No | Path to a custom kit folder. Overrides the bundled kit. | |
| ANTHROPIC_API_KEY | No | Anthropic API key for LLM-driven reflect feature. | |
| KIT_REFLECT_MODEL | No | Override the model used for reflect (default depends on implementation). | |
| KIT_REFLECT_MAX_TOKENS | No | Override max tokens for reflect. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| kit | Browse the personal kit: 73 agents, 89 commands, 98 skills. Call this when the user mentions Supabase (RLS, branching, migrations, Edge Functions, Custom Claims, Postgres Roles, Storage, Realtime, pgvector), multi-tenant SaaS, agentic harness, characterization tests, legacy refactor, observability (SLO, golden signals, error budgets), DDIA topics (consistency, replication lag, schema evolution), SRE (postmortems, toil, PRR), CI/CD (hermetic builds, pipelines), or any workflow that benefits from the canonical patterns. Use action=search to discover, action=get to read the full prompt/skill. |
| sync | Project the kit into an IDE-specific layout (markdown references by default). |
| reverse-sync | Detect and apply edits made directly in an IDE back to the canonical kit/. |
| gates | List, fetch, or execute reusable workflow gates (regression, confidence, etc). |
| forensics | Failure dataset & replays — close the learning loop on failed agent runs. |
| install | Register this kit-mcp server into an IDE's MCP config (Claude/Cursor/Codex/Gemini/Windsurf). |
| metrics-snapshot | Read in-memory golden-signals metrics for this MCP server (counters + latency p50/p95/p99 per tool). |
| auto-install | IMPORTANT for first contact: project kit/ into the host's native layout (.claude/agents/, skills/, commands/) so 73 agents become real subagent_types in the Agent tool, 98 skills get native auto-trigger via descriptions, and 89 commands appear as /slash-commands in the IDE. Idempotent — re-running is a no-op if already in sync. Run once per project on first kit-mcp contact; restart the IDE session after to load the new agents/skills/commands. After restart, call ack-restart to clear the marker. |
| ack-restart | Acknowledge that the IDE session was restarted after kit:auto-install. Removes the .kit-mcp-restart-required marker so kit:doctor stops warning. Called automatically by the harness when it detects the marker after reload, or manually by the user. |
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
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/luanpdd/kit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server