Connection check
local install
syke
AI code impact analysis — dependency graphs, cascade detection, and build gates for AI agents
Tools
9
GitHub stars
—
Installs / wk
137
Licence
—
Transport
stdio
Last checked
never
Tools & capabilities
9 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
ai_analyze
from source
[CORTEX] Use AI (Gemini/OpenAI/Claude) to perform semantic analysis on a file. Reads the file [CORTEX] Use AI (Gemini/OpenAI/Claude) to perform semantic analysis on a file. Reads the file
analyze_impact
from source
[PRO] Analyze which files are impacted when a given file is modified. Returns direct and transitive dependents with risk level. [PRO] Analyze which files are impacted when a given file is modified. Returns direct and transitive dependents with risk level.
check_safe
from source
Quick safety check for modifying a file. Returns a one-line verdict: HIGH/MEDIUM/LOW/NONE risk with impacted file count. Quick safety check for modifying a file. Returns a one-line verdict: HIGH/MEDIUM/LOW/NONE risk with impacted file count.
check_warnings
from source
[PRO] Check for unresolved warnings from SYKE [PRO] Check for unresolved warnings from SYKE
gate_build
from source
MANDATORY: Call this BEFORE any build, deploy, or test command. MANDATORY: Call this BEFORE any build, deploy, or test command.
get_dependencies
from source
List the internal files that a given file imports (forward dependencies). List the internal files that a given file imports (forward dependencies).
get_hub_files
from source
[PRO] Rank files by how many other files depend on them (PageRank). High-hub files are risky to modify. [PRO] Rank files by how many other files depend on them (PageRank). High-hub files are risky to modify.
refresh_graph
from source
[PRO] Re-scan all source files and rebuild the dependency graph. Use after adding/removing files. [PRO] Re-scan all source files and rebuild the dependency graph. Use after adding/removing files.
scan_project
from source