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 |
|---|---|
| kitC | Browse the personal kit: agents, commands, skills. |
| syncC | Project the kit into an IDE-specific layout (markdown references by default). |
| reverse-syncC | Detect and apply edits made directly in an IDE back to the canonical kit/. |
| gatesB | List, fetch, or execute reusable workflow gates (regression, confidence, etc). |
| forensicsC | Failure dataset & replays — close the learning loop on failed agent runs. |
| installB | Register this kit-mcp server into an IDE's MCP config (Claude/Cursor/Codex/Gemini/Windsurf). |
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