peteretelej/md-server
md-server - HTTP API Server and MCP Server for converting everything to markdown
What's novel
md-server - HTTP API Server and MCP Server for converting everything to markdown
Code Analysis
5 files read · 2 roundsA FastAPI-based service that accepts URLs, files, or text and converts them to Markdown using an external engine, returning either raw Markdown or JSON metadata.
Strengths
Excellent separation of concerns with a dedicated controller layer handling request parsing, validation, and routing. The codebase demonstrates strong attention to security (SSRF protection) and backward compatibility. Naming conventions are clear and consistent throughout the project.
Weaknesses
The core conversion logic is entirely delegated to an external library (`document_converter`), meaning the substance of the application lies outside this repository. Test coverage appears moderate, focusing primarily on API layer behavior rather than deep integration or edge cases in the underlying engine.
Score Breakdown
Signal breakdown
Innovation
Craft
Traction
Scope
Evidence
Commits
101
Contributors
2
Files
104
Active weeks
9
Repository
Language
Python
Stars
3
Forks
0
License
MIT