MCP Server
MCP
io.github.idoco2003/vincikit
AI stack configurator with conversational interviews and intelligent recommendations
Install
npx -y @vincikit/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@vincikit/mcp-server",
"version": "2.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Anthropic API key for Claude recommendations",
"format": "string",
"isSecret": true,
"name": "ANTHROPIC_API_KEY"
},
{
"description": "Google API key for Gemini recommendations",
"format": "string",
"isSecret": true,
"name": "GEMINI_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment