Skip to main content
Glama
604,399 tools. Updated 2026-09-23 19:38

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

  • Export your Customaise scripts to a local directory as .user.js or .agent.js files, with a manifest mapping filenames to script IDs. Sets up an IDE workspace for editing your own scripts.
    MIT
    Destructive
  • 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
  • Insert or replace text at specific line ranges in files for precise code editing without context-heavy operations.
    -

Matching MCP Servers

Matching MCP Connectors

  • Cloudflare Workers MCP server: code-explainer

  • Ohio Revised Code — state statutes by citation.

  • Retrieve a list of image and video files in the pixel-surgeon directory to identify files available for editing.
    MIT
  • Find files that implement a specific feature by querying the Mason code architecture concept map. Use before editing code to locate where changes should be made.
    MIT
  • 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
  • Audits repository workspace for auto-executing files that compromise developer sessions before IDE loads, detecting malicious take-home test malware.
    Apache 2.0
  • Assess file modification risk using code graph and git history to identify dependents, impact, churn, ownership, and test gaps before editing shared or hotspot files.
    GPL 3.0
  • 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
  • View a project's files and directories as a tree to understand its structure before reading or editing files.
    MIT
  • Refresh the code index synchronously after editing files to make the next query see your changes immediately, with an option for a full rebuild.
    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