navi-1 / mcp-servers / project_health /
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored on 15 May
..
app feat: MCP server template, manual, and example servers 1 month ago
README.md feat: MCP server template, manual, and example servers 1 month ago
pyproject.toml feat: MCP server template, manual, and example servers 1 month ago
README.md

MCP Server: project_health

Analyzes codebase health, including statistics, markers (TODO/FIXME), secrets detection, duplicate files, and dependency analysis.

Tools

TODO: list tools and their purposes.

Setup

python -m venv .venv
source .venv/bin/activate
pip install -e .

Create a file mcp_servers.d/project_health.json with the server config:

  • transport: stdio
  • command: absolute path to .venv/bin/python
  • args: ["-m", "app.mcp_server"]
  • cwd: absolute path to this directory
  • groups: map tool names to logical groups