skill builder mcp for Windsurf
com.dmzagent/skill-builder-mcp
Search the skill-builder registry and auto-install skills for Claude Code, Cursor, and Codex.
client:Windsurf
transport:stdio
runtime:npm
Install skill builder mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"skill-builder-mcp": {
"command": "npx",
"args": [
"-y",
"@dmzagent/skill-builder-mcp"
],
"env": {
"SKILL_API_URL": "<SKILL_API_URL>",
"SKILL_TOKEN": "<SKILL_TOKEN>",
"SKILL_PROJECT_DIR": "<SKILL_PROJECT_DIR>",
"SKILL_TARGET": "<SKILL_TARGET>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs