Skip to main content
Glama
Eilodon

DPS-Superskills-MCP

by Eilodon

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_SAFE_MODENoEnable safe mode for security policiestrue
STORAGE_DRIVERNoStorage driver (fs or redis)fs
MCP_SKILLS_PATHNoCustom path to skills directory (defaults to docs/DPS-superskills-v5.2.1)
TRANSPORT_DRIVERNoTransport driver (stdio or http)stdio
MCP_PLUGIN_ALLOWLISTNoComma-separated list of allowed pluginssystem.tool.js,skills.tool.js
MCP_ENABLE_SKILL_RESOURCESNoEnable skill resources (set to false to disable)true

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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