Skip to content

Commit 9d26147

Browse files
Add jetbrains
1 parent 5adf4e9 commit 9d26147

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

prompts/catalog.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,3 +388,17 @@ registry:
388388
type: string
389389
username:
390390
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

prompts/mcp/jetbrains.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
mcp:
3+
- container:
4+
image: mcp/jetbrains:latest
5+
environment:
6+
IDE_PORT: "{{jetbrains.server.port}}"
7+
LOG_ENABLED: "true"
8+
---

0 commit comments

Comments
 (0)