Insert or replace text at specific line ranges in files for precise code editing without context-heavy operations.
133,950 tools. Last updated 2026-05-25 01:39
"Editing IDE Code Files in JetBrains" matching MCP tools:
- Recompile a single PureScript module to check for errors, providing immediate feedback during code editing. Requires IDE server and loaded modules, faster than full project rebuild.MIT
- Extract PureScript module names from files or code snippets to analyze code structure without requiring an IDE server. Supports absolute file paths or direct code input.MIT
- Analyze PureScript code to extract all import statements, revealing external module dependencies. Works independently of IDE servers, supporting absolute file paths or direct code input.MIT
- Open files in Neovim for editing. Use this tool to access existing files or newly created files by providing the file path.MIT
- Set up IDE project structure by creating required directories and configuration files for seamless IDE integration. Automatically uses the current working directory if project path is not specified.
Matching MCP Servers

mcp-jetbrainsofficial
Alicense-qualityDmaintenanceThe server proxies requests from client to JetBrains IDE.Last updated1,106955Apache 2.0- Alicense-qualityBmaintenanceEnables Codex to retrieve the currently selected file, line numbers, and code snippets from JetBrains IDEs. It leverages the official Claude Code plugin to provide real-time IDE context to the AI.Last updated53MIT
Matching MCP Connectors
Cloudflare Workers MCP server: code-explainer
Cloudflare Workers MCP server: code-pattern-risk-scanner
- Generate IDE configurations for Cursor, VS Code, and IntelliJ to set up development environments with custom rules and debugging options.MIT
- Extract code nodes from workflows into separate files for improved editing and organization.
- Create .idea/runConfigurations XML files for JetBrains IDEs to configure project run settings based on language and entry point specifications.
- Open React component source code directly in your IDE for debugging and analysis. This tool helps developers inspect and edit component implementations by linking elements from React DevTools to their source files.MIT
- Analyze git diffs against IDE rules to identify code violations before committing changes. Use speed mode for faster analysis or filters to focus on specific issues.Apache 2.0
- Prevent editing errors by checking past mistakes, loop risks, and scope violations before modifying a file.MIT
- Explore Chromium source code by listing files and folders in any directory to navigate the codebase structure.
- Locate OWNERS files for Chromium source code files by searching up the directory tree to identify code reviewers and maintainers.
- Process files by running custom code in a sandbox. Only the printed summary enters context, preserving LLM capacity for analysis.Elastic 2.0
- Retrieve file content from GitHub repositories to examine source code, understand implementations, or read configuration files directly.MIT
- Reload all FreeCAD addon handler modules to apply code changes without restarting FreeCAD. Use after editing handler files to update the RPC server.GNU Lesser General Public v2.1 or later
- Verify running IDE server processes to prevent resource conflicts. Checks Tree-sitter parser status and purs IDE server availability. Use before starting new IDE servers to ensure no duplicate processes.MIT
- Terminate the PureScript IDE server to release system resources after completing tasks like type checking or switching projects, disabling related IDE tools.MIT
- Clear all loaded modules from the PureScript IDE server's memory to aid in switching projects or handling major code changes. Ensures a clean slate before reloading with pursIdeLoad.MIT