agentskin for Windsurf
io.github.shawn5cents/agentskin
The Semantic Layer for AI Agents. Prunes noisy API data by 70%+ for token-efficient reasoning.
client:Windsurf
transport:stdio
runtime:npm
Install agentskin in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"agentskin": {
"command": "npx",
"args": [
"-y",
"agentskin"
],
"env": {
"BRAVE_SEARCH_API_KEY": "<BRAVE_SEARCH_API_KEY>",
"SERPER_API_KEY": "<SERPER_API_KEY>",
"TAVILY_API_KEY": "<TAVILY_API_KEY>",
"APILAYER_KEY": "<APILAYER_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs