skill deck for Windsurf
io.github.xingbofeng/skill-deck
Expose local Agent Skills as adapter tools, MCP resources, MCP tools, and share artifacts.
client:Windsurf
transport:stdio
runtime:npm
Install skill deck in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"skill-deck": {
"command": "npx",
"args": [
"-y",
"skill-deck"
],
"env": {
"SKILL_DECK_SKILLS_ROOT": "<SKILL_DECK_SKILLS_ROOT>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs