Connection check
verified live · 27h ago
code-explainer
Cloudflare Workers MCP server: code-explainer
Tools
6
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http
Last checked
27h ago
Tools & capabilities
6 toolsRead from the running server on 27h ago.
analyze_all
code*language
Run all five analyses in one call: language detection, natural-language explanation, docstring generation, complexity metrics, and refactoring suggestions. Run all five analyses in one call: language detection, natural-language explanation, docstring generation, complexity metrics, and refactoring suggestions.
analyze_complexity
code*language
Analyze code complexity including cyclomatic complexity, cognitive complexity, nesting depth, and maintainability index. Analyze code complexity including cyclomatic complexity, cognitive complexity, nesting depth, and maintainability index.
detect_language
code*
Detect the programming language of a code snippet. Returns the detected language and confidence level. Detect the programming language of a code snippet. Returns the detected language and confidence level.
explain_code
code*language
Generate a natural language explanation of a code snippet including structural analysis, features, and summary. Generate a natural language explanation of a code snippet including structural analysis, features, and summary.
generate_docstring
code*language
Generate JSDoc, Python docstring, Go godoc, or Rust doc comments for functions in the provided code. Generate JSDoc, Python docstring, Go godoc, or Rust doc comments for functions in the provided code.
suggest_refactor
code*language