← Back to Plugins
MCP Server MCP

io.github.khalomsky/syke

github By github 👁 1 views ▲ 0 votes

AI code impact analysis — dependency graphs, cascade detection, and build gates for AI agents

Homepage Verified source GitHub

Install

npx -y @syke1/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@syke1/mcp-server",
      "version": "1.5.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "SYKE Pro license key (optional — Free tier works without it)",
          "format": "string",
          "isSecret": true,
          "name": "SYKE_LICENSE_KEY"
        },
        {
          "description": "Google Gemini API key for AI semantic analysis (optional, Pro only)",
          "format": "string",
          "isSecret": true,
          "name": "GEMINI_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...