Labsco
MCP SERVER

CodeBase Optimizer

by liadgez

Point it at a repository and get back where the duplication is, how it is structured, and what to fix first.

Code Intelligence & Repository Indexing
Summary
One call for a first pass over a repository you have not read.

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.

What it is

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.

What you get
  • 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
Requirements

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.