Serversio.github.khalomsky/syke
S

io.github.khalomsky/syke

io.github.khalomsky/syke · v1.5.4
▦ npm
v1.5.4npm npm: @syke1/mcp-server↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.khalomsky/syke",
  "description": "AI code impact analysis — dependency graphs, cascade detection, and build gates for AI agents",
  "repository": {
    "url": "https://github.com/khalomsky/syke",
    "source": "github"
  },
  "version": "1.5.4",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@syke1/mcp-server",
      "version": "1.5.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "SYKE Pro license key (optional — Free tier works without it)",
          "format": "string",
          "isSecret": true,
          "name": "SYKE_LICENSE_KEY"
        },
        {
          "description": "Google Gemini API key for AI semantic analysis (optional, Pro only)",
          "format": "string",
          "isSecret": true,
          "name": "GEMINI_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}