syke for Cursor
io.github.khalomsky/syke
AI code impact analysis — dependency graphs, cascade detection, and build gates for AI agents
client:Cursor
transport:stdio
runtime:npm
Install syke in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"syke": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@syke1/mcp-server"
],
"env": {
"SYKE_LICENSE_KEY": "<SYKE_LICENSE_KEY>",
"GEMINI_KEY": "<GEMINI_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs