mcpbeat Sign in

Syke MCP Server

by khalomsky Your server? Claim it
local only

Syke runs on your own machine — the client starts it, so there is no endpoint to ping. 162 installs a week from npm. Last commit 28 Feb 2026.

AI code impact analysis — dependency graphs, cascade detection, and build gates for AI agents

Installs per day peak 110 · avg 18 · +39% w/w
a month agotoday
162
Installs / week
npm · @syke1/mcp-server
2
Stars
1 open issues
28 Feb 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Syke every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add syke -- npx -y @syke1/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "syke": {
      "args": [
        "-y",
        "@syke1/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.syke]
command = "npx"
args = ["-y", "@syke1/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "syke": {
      "args": [
        "-y",
        "@syke1/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "syke": {
      "args": [
        "-y",
        "@syke1/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SYKE_LICENSE_KEY (SYKE Pro license key (optional — Free tier works without it)), GEMINI_KEY (Google Gemini API key for AI semantic analysis (optional, Pro only)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Syke

same job, measured the same way
Flyto Indexer
by chesterhsu

Code intelligence MCP server: impact analysis, dependency graphs, dead code detection.

local only
Kai
by kailayerhq

Semantic code intelligence — call graphs, dependencies, impact analysis, and test coverage.

203 installs/wk local only
CGIS Code Graph
by zaebee

Code graph for AI agents: impact analysis and call tracing for Python and TypeScript.

local only
Brain Scanner
by kevin-lozada-santos

Codebase graphs, caller impact analysis, and recorded project context for AI coding agents.

answering
Flyto Indexer
by flytohub

Code intelligence MCP server — impact analysis, semantic search, dependency graphs

533 installs/wk local only
ovecc
by ovecc-labs

Architecture guardrails for AI-written code: dependency graph, impact, dead code, CI gate

49 installs/wk local only
Denialbot
by edgeedgehq

Insurance denial code lookup, appeal letter generation, and denial analysis for AI agents.

33 installs/wk local only
Sem
by ataraxy-labs

Entity-level code intelligence: semantic diff, impact analysis, blame, and context for AI agents

6 824 installs/wk local only

Syke — questions

Answers built from our own checks of this server.

Why is there no uptime for Syke?
Syke runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @syke1/mcp-server was installed 162 times last week.
How do I connect Syke?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @syke1/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Syke?
The npm package @syke1/mcp-server was installed 162 times in the last week. Week over week that is +39%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Syke open source?
We cannot say either way: written in TypeScript, 2 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.