syke for Grok
io.github.khalomsky/syke
AI code impact analysis — dependency graphs, cascade detection, and build gates for AI agents
client:Grok
transport:stdio
runtime:npm
Install syke in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"syke": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@syke1/mcp-server"
],
"env": {
"SYKE_LICENSE_KEY": "<SYKE_LICENSE_KEY>",
"GEMINI_KEY": "<GEMINI_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs