Loading...
Create ~/.syke/config.json with your license key:
{
"licenseKey": "your-key-here"
}
Optional: Add an AI provider key for code analysis features
{
"licenseKey": "your-key-here",
"geminiKey": "your-gemini-api-key"
}
Supported AI providers: geminiKey, openaiKey, anthropicKey
Run this command in your terminal:
claude mcp add syke -- npx @syke1/mcp-server@latest
Then restart Claude Code. SYKE will start automatically.
Add to .cursor/mcp.json in your project root:
{
"mcpServers": {
"syke": {
"command": "npx",
"args": ["@syke1/mcp-server@latest"]
}
}
}
Add SYKE as an MCP server in your IDE's MCP settings:
Command: npx Args: @syke1/mcp-server@latest
Works with Windsurf, VS Code + Copilot, and any MCP-compatible IDE.
Add this line to your project's CLAUDE.md (or equivalent AI instruction file):
After completing code changes, always run the gate_build MCP tool before committing or deploying.
This makes your AI automatically run SYKE's safety check after every task — no manual prompting needed.
Once the MCP server is running, open your local dashboard:
You should see a green pulse and your license status.