Read files paginated and search codebases with regex to find code fast.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "code-tools-mcp" yet — see the docs or source repo.
Search the entire codebase with regex `function\s+handleSubmit|const\s+handleSubmit\s*=|def\s+handle_submit`, list matching files and line numbers, then read the most relevant files with paginated context.
A list of matched files and line numbers, plus key code snippets containing the function definition.
Search the codebase for all references to `DATABASE_URL`, including environment variable reads, defaults, and injection points; show results page by page by file and summarize the flow.
A structured view of where the config appears, how it is read, and how it flows through the system.
Use regex to search the codebase for possible hardcoded secrets such as `AKIA[0-9A-Z]{16}`, `secret`, `token`, and `password`; list match locations and read nearby code in pages to assess risk.A list of suspicious matches, their file locations, and contextual snippets to help assess whether they are real risks.
Search and navigate multiple code repositories with natural language understanding.
Search, analyze, navigate, and scan multilingual codebases without API keys.
Analyze, match, and transform code structures across multiple programming languages.
Search codebases semantically and find relevant snippets with source locations.
Quickly search large codebases, find symbols, list files, and read code.
Explore a local codebase read-only and answer questions with file-line citations.