-
Notifications
You must be signed in to change notification settings - Fork 54
Support for Multiple Open Projects #27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@noreff JetBrains does not maintain Claude, does it? Supporting what you are asking on the Claude side would require the Claude team to make the necessary changes. |
@noreff You can try to customize port in IDEA for each project, use "Edit Custom JVM options" in Help menu and specify it this way: |
@githoober just like we can now tell Claude to 'look at my jetbrains project' and it will scan the corrent active project, it would be nice if something like 'look at project [NAME] in jetbrains' would work which would limit/direct Claude to the open active project with that name. That would definitely be a feature on the jetbrains proxys side I suppose. |
Not sure if it’s possible, but it’d be great to have just one mcp server that can handle all projects across all jetbrains IDEs installed on my machine |
can someone explain if i run 2 instances of WebStorm, how do i setup claude config for this? Where do i get the host:port of running ide? |
Support for Multiple Open Projects
When working with multiple JetBrains IDE projects simultaneously, it's currently difficult to determine which port corresponds to which open project. The current implementation scans ports
63342-63352
and uses the first working port it finds, or allows specifying a single port via theIDE_PORT
environment variable.However, this approach makes it challenging to:
Feature Request
Add support for working with multiple open projects simultaneously, with clear indicators of which port corresponds to which project.
Suggested Solution
Add a project identifier in the JetBrains UI that shows:
Enhance the configuration to allow naming of project-port mappings:
/jetbrains list
- Show all available projects/jetbrains connect projectA
- Connect to a specific projectBenefits
This would require:
Has anyone else encountered this issue when working with multiple projects? How are you currently handling this workflow?
The text was updated successfully, but these errors were encountered: