Skip to content
Back to home

Install framework.sdd.works to your AI tools

SKILLS.RULES.AGENTS.WORKFLOWS

Setup

Paste this prompt into Cursor or your agent. It fetches the setup instructions and adds MCP service to your tool. One prompt for all users.

Paste this prompt
Fetch and execute the setup instructions from https://framework.sdd.works/agent-setup

Once MCP is connected, type to AI:

Install SDD.works Framework

or, directly call MCP tool by giving the command:

sdd_install_framework

Manual setup

Prefer not to use the setup prompt? Add the remote MCP URL yourself.

mcp.json
{
  "mcpServers": {
    "framework.sdd.works": {
      "url": "https://framework.sdd.works/mcp"
    }
  }
}

Fallback — terminal installer

curl -fsSL https://framework.sdd.works/install | sh

Supported AI agents

Paste the setup prompt into any of these agents. One MCP server; install writes to that agent's local paths.

  1. Claude Code
  2. Codex
  3. Cursor
  4. CodeBuddy CN / CodeBuddy / WorkBuddy CN
  5. TraeCode CN / TRAE
  6. GitHub Copilot
  7. AWS Kiro

Tools

Use this MCP server to install the skills, rules, agents, and workflows recommended by framework.sdd.works. You can also request API keys for third-party capabilities such as Qwen and Amap from WoodenSward Dojo. Tools we provide:

ToolChannelDescription
sdd_list_versionsstdio and HTTPList package versions and inventory. Read-only.
sdd_get_keyHTTP onlyPass a key_name to receive the plaintext key_value. Auth required.
sdd_install_frameworkstdio and HTTPInstall skills, rules, and other folders. Stdio writes locally; HTTP returns a tarball URL for the AI to extract.
sdd_update_frameworkstdio and HTTPUpdate an existing install. Same version is idempotent. HTTP returns a tarball URL plus instructions.