mcpserver.lol
registry/code-explainer
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 tools

Read 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.
analyze_complexity code*language
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.
explain_code code*language
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.
suggest_refactor code*language
Get prioritized refactoring suggestions for code quality improvements.