The orchestrator is the useful part: instead of choosing which analysis to run on unfamiliar code, you get structure, duplication and configuration together, ordered by what to deal with first.
A Python MCP server that analyses a codebase on disk: project structure and architecture, duplicate code across languages, microservices patterns and configuration. One orchestrator tool runs the whole set in order and returns a prioritised plan with a health score.
- Project organisation and architecture detected
- Duplicate code found across several languages at once
- Microservices patterns validated
- Configuration management analysed
- A comprehensive improvement report with actionable items
- One call that runs every analysis in order and returns a health score and a roadmap
Python with the mcp package, and the path to the project you want analysed. It reads local directories and keeps its analysis history locally; there is no account and no key.
