An AI-powered MCP server that prevents broken builds by analyzing code impact in real-time. Syke provides a visual dependency map and a 'Safety Gate' to catch silent regressions before you commit. Essential for developers using AI coding agents like Cursor and Claude Code.
Server Config
{
"mcpServers": {
"syke": {
"command": "npx",
"args": [
"-y",
"@syke1/mcp-server@latest"
],
"env": {
"SYKE_LICENSE_KEY": "<YOUR_LICENSE_KEY_OR_EMPTY_FOR_TRIAL>"
}
}
}
}