Catalog
Vincikit
Officialby idoco2003
AI stack configurator with conversational interviews and intelligent recommendations
Configure AI stacks through conversational interviews with intelligent recommendations.
README not available yet.
Install
Configuration
Environment variables
ANTHROPIC_API_KEYsecretAnthropic API key for Claude recommendations
GEMINI_API_KEYsecretGoogle API key for Gemini recommendations
claude_desktop_config.json
{
"mcpServers": {
"vincikit": {
"command": "npx",
"args": [
"-y",
"@vincikit/mcp-server@2.0.0"
],
"env": {
"ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>",
"GEMINI_API_KEY": "<YOUR_GEMINI_API_KEY>"
}
}
}
}