smart context mcp for Windsurf
io.github.arrayo/smart-context-mcp
Reduces AI agent token usage by 90% via context compression and task checkpoint persistence.
client:Windsurf
transport:stdio
runtime:npm
Install smart context mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"smart-context-mcp": {
"command": "npx",
"args": [
"-y",
"smart-context-mcp"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs