File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -388,3 +388,17 @@ registry:
388
388
type : string
389
389
username :
390
390
type : string
391
+ jetbrains :
392
+ description : |
393
+ The server proxies requests from client to JetBrains IDE.
394
+ ref : github:docker/labs-ai-tools-for-devs?path=prompts/mcp/jetbrains.md
395
+ icon : https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/jetbrains.svg
396
+ config :
397
+ - name : jetbrains
398
+ description : The MCP server needs to know about the local JetBrains IDE Config
399
+ parameters :
400
+ server :
401
+ type : object
402
+ properties :
403
+ port :
404
+ type : integer
Original file line number Diff line number Diff line change
1
+ ---
2
+ mcp :
3
+ - container :
4
+ image : mcp/jetbrains:latest
5
+ environment :
6
+ IDE_PORT : " {{jetbrains.server.port}}"
7
+ LOG_ENABLED : " true"
8
+ ---
You can’t perform that action at this time.
0 commit comments