Deterministic repository structure mapping for onboarding agents.
is a FastMCP server for deterministic repository structure mapping. It scans a local codebase and exposes file structure, language counts, Python import dependencies, circular dependency detection, framework detection, entry point candidates, and a cached repo structure resource. The server does not call an LLM and does not execute user code. It is intended as a grounded structure tool for…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
is a FastMCP server for deterministic repository structure mapping. It scans a local codebase and exposes file structure, language counts, Python import dependencies, circular dependency detection, framework detection, entry point candidates, and a cached repo structure resource. The server does not call an LLM and does not execute user code. It is intended as a grounded structure tool for codebase onboarding agents such as . is the structure layer in a three-server MCP tool stack for Project 6…