vincikit for Windsurf
io.github.idoco2003/vincikit
AI stack configurator with conversational interviews and intelligent recommendations
client:Windsurf
transport:stdio
runtime:npm
Install vincikit in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"vincikit": {
"command": "npx",
"args": [
"-y",
"@vincikit/mcp-server"
],
"env": {
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
"GEMINI_API_KEY": "<GEMINI_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs