
code-explainer
Cloudflare Workers MCP server: code-explainer
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Cloudflare Workers MCP server: code-explainer
Server tool list (6)
Raw names from tools/list. Only developers need these.
| detect_language | Detect the programming language of a code snippet. Returns the detected language and confidence level. |
| explain_code | Generate a natural language explanation of a code snippet including structural analysis, features, and summary. |
| generate_docstring | Generate JSDoc, Python docstring, Go godoc, or Rust doc comments for functions in the provided code. |
| analyze_complexity | Analyze code complexity including cyclomatic complexity, cognitive complexity, nesting depth, and maintainability index. |
| suggest_refactor | Get prioritized refactoring suggestions for code quality improvements. |
| analyze_all | Run all five analyses in one call: language detection, natural-language explanation, docstring generation, complexity metrics, and refactoring suggestions. |