AI stack configurator with conversational interviews and intelligent recommendations
claude mcp add vincikit -- npx -y @vincikit/mcp-server
claude_desktop_config.json
{
"mcpServers": {
"vincikit": {
"command": "npx",
"args": [
"-y",
"@vincikit/mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"vincikit": {
"command": "npx",
"args": [
"-y",
"@vincikit/mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"vincikit": {
"command": "npx",
"args": [
"-y",
"@vincikit/mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"vincikit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@vincikit/mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"vincikit": {
"command": "npx",
"args": [
"-y",
"@vincikit/mcp-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.idoco2003--vincikit/reviews or the review_server meta-tool.
POST /mcp