Extract functions, classes, and snippets from code with precise line numbers.
This MCP tool is described as a local code extractor with no declared secrets or remote endpoints, so the overall risk appears low. The main considerations are its local code-processing behavior and the fact that community adoption is low and maintenance status is unknown.
The materials explicitly state that no keys or environment variables are required, and no API tokens, account credentials, or third-party authorization are indicated, so credential exposure appears minimal.
The materials declare no remote endpoints, and the description does not indicate sending code or user data to external services; based on the available facts, there is no clear network egress path.
The system flags this tool as executes-code, indicating it can execute code locally or start parsing-related processes/runtimes. This is a normal capability for an MCP tool, but it should still run with least privilege and limited workspace scope.
Its stated purpose is to extract functions, classes, and snippets from source code in many languages, so it likely needs to read local code files. The materials do not show file write-back or data access beyond that purpose, but it should still be treated as having local read access to workspace source code.
There is a public GitHub repository under the MIT license, which is a positive sign for auditability. However, it comes from a third-party registry, has 0 stars, unknown maintenance status, and no README content provided here, so implementation quality and dependency-chain hygiene warrant caution.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "mcp-server-code-extractor" yet — see the docs or source repo.
Extract the function named calculate_metrics from this Python project. Return the full code, start and end line numbers, and its file path.
Returns the full target function code with exact file location and line numbers.
Find the UserService class in this TypeScript codebase, extract the full class definition, and list the method names it contains.
Outputs the full class code, its location, and a method list for quick structural understanding.
Find all code snippets related to JWT validation in this Go project, group them by file, and include line ranges for each snippet.
Returns grouped relevant snippets by file to help review the authentication logic implementation.
Analyze, match, and transform code structures across multiple programming languages.
Parse and analyze code structure with Tree-sitter for understanding and automation.
Provide AI agents with developer utilities like code review, JSON formatting, and password generation.
Analyze codebases with semantic search, dependency insights, and natural language Q&A.
Search, analyze, navigate, and scan multilingual codebases without API keys.
Search indexed local codebases, find symbols, and read relevant code chunks fast.