← Index

io.github.idoco2003/vincikit

io.github.idoco2003/vincikit·v2.0.1·Other
Quality Score
79
/100

AI stack configurator with conversational interviews and intelligent recommendations

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "vincikit": {
      "command": "npx",
      "args": [
        "-y",
        "@vincikit/mcp-server"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<your-anthropic_api_key>",
        "GEMINI_API_KEY": "<your-gemini_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "vincikit": {
      "command": "npx",
      "args": [
        "-y",
        "@vincikit/mcp-server"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<your-anthropic_api_key>",
        "GEMINI_API_KEY": "<your-gemini_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @vincikit/mcp-server
§02  Environment variables
ANTHROPIC_API_KEY
secret

Anthropic API key for Claude recommendations

GEMINI_API_KEY
secret

Google API key for Gemini recommendations

§03  MCP Quality Score  ·  methodology
freshness
19
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other