MCP Server
MCP
io.github.khalomsky/syke
AI code impact analysis — dependency graphs, cascade detection, and build gates for AI agents
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
By
Comments
Sign in to leave a comment