awesome agent skills for Windsurf
io.github.shadowrootdev/awesome-agent-skills
MCP server with 100+ AI agent skills from Anthropic, Vercel, Trail of Bits, Hugging Face & more.
client:Windsurf
transport:stdio
runtime:npm
Install awesome agent skills in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"awesome-agent-skills": {
"command": "npx",
"args": [
"-y",
"awesome-agent-skills-mcp"
],
"env": {
"SKILLS_REPO_URL": "<SKILLS_REPO_URL>",
"SKILLS_CACHE_DIR": "<SKILLS_CACHE_DIR>",
"SKILLS_SYNC_INTERVAL": "<SKILLS_SYNC_INTERVAL>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs