vincikit for Cursor
io.github.idoco2003/vincikit
AI stack configurator with conversational interviews and intelligent recommendations
client:Cursor
transport:stdio
runtime:npm
Install vincikit in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vincikit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@vincikit/mcp-server"
],
"env": {
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
"GEMINI_API_KEY": "<GEMINI_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs