Pincushion for Windsurf
io.github.jcooley8/pincushion
Stakeholders pin feedback on your live app; your AI agent reads the pins via MCP and fixes them.
client:Windsurf
transport:stdio
runtime:npm
Install Pincushion in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"pincushion": {
"command": "npx",
"args": [
"-y",
"pincushion-mcp"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs