Skip to main content
Glama
133,950 tools. Last updated 2026-05-25 01:39

"Editing IDE Code Files in JetBrains" matching MCP tools:

  • Insert or replace text at specific line ranges in files for precise code editing without context-heavy operations.
  • 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

Matching MCP Connectors

  • 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
  • Process files by running custom code in a sandbox. Only the printed summary enters context, preserving LLM capacity for analysis.
    Elastic 2.0
  • 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
  • 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