← Index

io.github.khalomsky/syke

io.github.khalomsky/syke·v1.5.4·Other
Quality Score
82
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "syke": {
      "command": "npx",
      "args": [
        "-y",
        "@syke1/mcp-server"
      ],
      "env": {
        "SYKE_LICENSE_KEY": "<your-syke_license_key>",
        "GEMINI_KEY": "<your-gemini_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "syke": {
      "command": "npx",
      "args": [
        "-y",
        "@syke1/mcp-server"
      ],
      "env": {
        "SYKE_LICENSE_KEY": "<your-syke_license_key>",
        "GEMINI_KEY": "<your-gemini_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @syke1/mcp-server
§02  Environment variables
SYKE_LICENSE_KEY
secret

SYKE Pro license key (optional — Free tier works without it)

GEMINI_KEY
secret

Google Gemini API key for AI semantic analysis (optional, Pro only)

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