Dashboard

Loading...

FREE
License Key
Subscription
Getting Started
1
Create config file

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

2
Register MCP server

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.

3
Add build gate to your project

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.

4
Open the dashboard

Once the MCP server is running, open your local dashboard:

You should see a green pulse and your license status.