JetBrains + Claude Code (Marketplace plugin) #903
-
|
Good day, I am very very lost. Claude.exe has Serena plugin If I install Claude, PyCharm and both Serena plugins, I get two Serena things, and I am so lost about what goes where... I created config.yaml with So I was thinking like Okay; I need Serena plugin for PyCharm to make Claude talk to PyCharm through Serena... Is that the correct thinking? I have then disabled serena plugin in claude, and while PyCharm launched the server and the server says things in http://localhost:24226/status - claude.exe can't do anything about it... What am I supposed to do to bring everything together? Help appreciated <3 |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 4 replies
-
|
So I also ran Now what I start the PyCharm Claude plugin, http://127.0.0.1:24282/dashboard/index.html opens with Available Contexts:
Why is there no ide? I am running everything from the IDE.... AND YET, with claude code running and the web thing open, PyCharm errors out with "Cannot launch Claude Code" Next try - I have reenabled the serena plugin in the claude code. Now when I launch it - TWO web dashboards open. So confused... |
Beta Was this translation helpful? Give feedback.
-
|
Running THIS. IS. INSANE. How do I know if anything works? Meanwhile... in Pycharm's Serena there is And nothing asked it for a connection... |
Beta Was this translation helpful? Give feedback.
-
|
Mean while I asked Claude /mcp and it said So it seems I am running 3 servers.... and no clients.... |
Beta Was this translation helpful? Give feedback.
-
|
So startover. Go to PyCharm, install Plugin... Then as said in plugin description, go to https://oraios.github.io/serena/02-usage/030_clients.html#claude-code and since I am launching Claude Code - install it and have BUT the promo image on the plugin says Context: Using Jet Brains Backend. Why would the plugin point me to a wrong installation manual? This is not EASE OF USE. This a middle finger to all users. |
Beta Was this translation helpful? Give feedback.
-
|
Apparently after installing this plugin I needed to write a cusom command |
Beta Was this translation helpful? Give feedback.
-
|
Hi @Day0Dreamer , sorry you had a frustrating time with this. We had a typo in our docs, the path on windows should have been Fixed in 72ce32a, where I also added a section on how to verify that the setup worked. |
Beta Was this translation helpful? Give feedback.
-
|
If the codebase is on WSL2 and the JetBrains IDE is installed on windows and accesses codebase on the remote WSL2 do we configure this on windows and wsl2? |
Beta Was this translation helpful? Give feedback.
Hi @Day0Dreamer , sorry you had a frustrating time with this. We had a typo in our docs, the path on windows should have been
%USERPROFILE%\.serena\serena_config.ymlinstead of%USERPROFILE%\.serena\config.yaml. That's why your setting of the JetBrains backend there was not picked up.Fixed in 72ce32a, where I also added a section on how to verify that the setup worked.