MCP Servers / development / code-reason

code-reason

JSON →
stdionone5development

MCP server that gives coding agents program-analysis primitives — data flow, call graphs, taint analysis — so they reason from ground truth instead of grep-and-guess. (same as the GitHub About — keeps your messaging consistent across the web).

Install
How to run this server

No install command recorded.

server path: code-reason
Tools
What this server exposes
reason_analyze_project
Parse a project into a code property graph
reason_find_entry_points
Locate HTTP handlers, CLI entries, framework hooks
reason_find_callers
"Who calls this function?"
reason_find_callees
"What does this function call?"
reason_query_dataflow
Forward/backward reachability over the data-flow graph
reason_trace_taint_path
Full source-to-sink evidence chain between any two points
reason_scan_injections
Catalog-driven taint analysis (SQLi/XSS/command injection)
reason_list_supported_checks
Enumerate built-in vulnerability checks
reason_get_finding_detail
Description + remediation for a scan finding
Configuration
Environment & auth
authnone
Resources
code-reason — MCP Server · libregistry