Last updated: February 23, 2026
SYKE is a local MCP (Model Context Protocol) server. It runs entirely on your machine as a process launched by your AI coding tool. At no point does your source code, dependency graph, or analysis data leave your local environment and travel to SYKE's servers.
The MCP server reads your file system directly. All analysis — dependency parsing, impact calculation, build gate evaluation — happens in-process on your machine. SYKE's cloud infrastructure is only involved in license key validation.
┌─────────────┐ MCP Protocol ┌──────────────┐
│ AI Agent │ ◄──────────────────► │ SYKE MCP │
│ (Claude, │ tool calls & │ Server │
│ Cursor) │ responses │ (localhost) │
└─────────────┘ └──────┬───────┘
│ local file
│ system only
┌──────▼───────┐
│ Your Code │
│ (never │
│ uploaded) │
└──────────────┘
Optional (Pro + BYOK):
┌──────────────┐ your API key ┌──────────────┐
│ SYKE MCP │ ──────────────────► │ AI Provider │
│ Server │ code snippets │ (Gemini) │
│ (localhost) │ ◄────────────────── │ │
└──────────────┘ analysis result └──────────────┘
SYKE's cloud infrastructure receives only the minimum data necessary to validate your license:
| Data | Purpose | Retention |
|---|---|---|
| License key | Verify active Pro subscription | Stored in Firestore while account is active |
| IP address | Rate limiting, abuse prevention | Server logs, 30 days |
| Timestamp | Session heartbeat / device tracking | Server logs, 30 days |
That is the complete list. No other data is transmitted to our servers.
SYKE uses the following external services for account and payment management only:
The ai_analyze and check_warnings tools use AI to semantically analyze cascade impacts. This is a Bring Your Own Key (BYOK) feature.
The SYKE MCP server is published as an open npm package: @syke1/mcp-server. The package contents are publicly inspectable by anyone.
You can verify exactly what code runs on your machine by inspecting the package source. This is a deliberate transparency measure: we believe you should be able to audit any tool that runs in your development environment.
For security questions or responsible disclosure, contact us at support@syke.cloud.