mcp-jetbrains-ide이란?
MCP를 통해 JetBrains IDE(IntelliJ, WebStorm, PyCharm)를 제어합니다. IDE 파일 조작, 구성 실행, 코드 검색 또는 리팩토링 수행 시 사용합니다. "IDE에서 열기", "구성 실행", "코드 리팩터링", "IDE 검색", "JetBrains"에서 트리거됩니다. 출처: vaayne/agent-kit.
MCP를 통해 JetBrains IDE(IntelliJ, WebStorm, PyCharm)를 제어합니다. IDE 파일 조작, 구성 실행, 코드 검색 또는 리팩토링 수행 시 사용합니다. "IDE에서 열기", "구성 실행", "코드 리팩터링", "IDE 검색", "JetBrains"에서 트리거됩니다.
명령줄에서 mcp-jetbrains-ide AI 스킬을 개발 환경에 빠르게 설치
출처: vaayne/agent-kit.
List tools: mh list -u http://localhost:64342/sse -t sse Get tool details: mh inspect -u http://localhost:64342/sse -t sse Invoke tool: mh invoke -u http://localhost:64342/sse -t sse '{"param": "value"}'
| buildProject | Triggers building of the project, returns build errors. Use after edits to validate changes. | | createNewFile | Creates a new file at the specified path, optionally with initial content. | | executeRunConfiguration | Run a specific run configuration and wait for completion. |
| findFilesByGlob | Search for files matching a glob pattern (e.g. /.txt). | | findFilesByNameKeyword | Search for files by name keyword (case-insensitive). | | getAllOpenFilePaths | Get paths of all currently open files in the editor. | | getFileProblems | Analyze a file for errors and warnings using IDE inspections. |
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/vaayne/agent-kit --skill mcp-jetbrains-ideMCP를 통해 JetBrains IDE(IntelliJ, WebStorm, PyCharm)를 제어합니다. IDE 파일 조작, 구성 실행, 코드 검색 또는 리팩토링 수행 시 사용합니다. "IDE에서 열기", "구성 실행", "코드 리팩터링", "IDE 검색", "JetBrains"에서 트리거됩니다. 출처: vaayne/agent-kit.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/vaayne/agent-kit --skill mcp-jetbrains-ide 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/vaayne/agent-kit