Extracts and analyzes Python code structures, focusing on import/export relationships, for language model integration.
This MCP server provides tools for extracting and analyzing Python code structures, focusing on import/export relationships between files. It offers features like smart code extraction, directory context inclusion, documentation inclusion, and LLM-friendly formatting, all while adhering to the Model Context Protocol standard. The server exposes a powerful code extraction tool that analyzes a target Python file, discovers imported modules, classes, and functions, and returns the complete code along with referenced objects and additional contextual files, all within specified token limits.