# code-explainer MCP server

Cloudflare Workers MCP server: code-explainer

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-lazymac2x-code-explainer
- Repository: https://github.com/lazymac2x/code-explainer-api

## Install
- Endpoint: https://api.lazy-mac.com/code-explainer/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://api.lazy-mac.com/code-explainer/mcp

## Tools
- detect_language - Detect the programming language of a code snippet. Returns the detected language and confidence level. Endpoint: https://api.lazy-mac.com/code-explainer/mcp
- explain_code - Generate a natural language explanation of a code snippet including structural analysis, features, and summary. Endpoint: https://api.lazy-mac.com/code-explainer/mcp
- generate_docstring - Generate JSDoc, Python docstring, Go godoc, or Rust doc comments for functions in the provided code. Endpoint: https://api.lazy-mac.com/code-explainer/mcp
- analyze_complexity - Analyze code complexity including cyclomatic complexity, cognitive complexity, nesting depth, and maintainability index. Endpoint: https://api.lazy-mac.com/code-explainer/mcp
- suggest_refactor - Get prioritized refactoring suggestions for code quality improvements. Endpoint: https://api.lazy-mac.com/code-explainer/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.lazymac2x
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
