DPS-Superskills-MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_SAFE_MODE | No | Enable safe mode for security policies | true |
| STORAGE_DRIVER | No | Storage driver (fs or redis) | fs |
| MCP_SKILLS_PATH | No | Custom path to skills directory (defaults to docs/DPS-superskills-v5.2.1) | |
| TRANSPORT_DRIVER | No | Transport driver (stdio or http) | stdio |
| MCP_PLUGIN_ALLOWLIST | No | Comma-separated list of allowed plugins | system.tool.js,skills.tool.js |
| MCP_ENABLE_SKILL_RESOURCES | No | Enable skill resources (set to false to disable) | true |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| skill_listA | List all available DPS SuperSkills v5.2.1 skills with their descriptions and register (DISCIPLINE / TECHNIQUE / KNOWLEDGE LAYER / REFERENCE). Use this first to discover which skill to invoke. |
| skill_readA | Return the full SKILL.md content for a specific DPS SuperSkill. Use when you need the raw, complete skill definition including all examples and pressure tests. For a structured executable workflow, use skill_run instead. |
| skill_runA | Invoke a DPS SuperSkill v5.2.1 with your task context. Returns a structured workflow response: ANNOUNCE statement, GOAL, CONSTRAINTS, CHECKLIST (ready to execute), OUTPUT TEMPLATE (pre-labeled), active GOTCHAS with do-instead guidance, and NANO REFERENCE. Tip: Run skill_list first if unsure which skill to use. Run complexity-gate before other skills for software tasks. |
| super_mcp_pattern_debtA | Read-only report of documented pattern-debt items, implementation gates, and runtime guards. |
| super_mcp_pingA | Ping server để kiểm tra trạng thái và pipeline middlewares. |
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/Eilodon/DPS-Superskills-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server