Discover and explore top open-source AI tools and projects—updated daily.
JetBrainsProxy server for JetBrains IDEs
Top 38.0% on SourcePulse
This project provides a Model Context Protocol (MCP) proxy server designed to facilitate communication between external AI clients and JetBrains IDEs like IntelliJ, PyCharm, and WebStorm. It enables AI assistants to leverage the rich context of code and project structure within these IDEs, enhancing developer productivity.
How It Works
The MCP proxy server acts as an intermediary, forwarding requests from AI clients to the JetBrains IDE's built-in webserver. It utilizes Node.js and the @jetbrains/mcp-proxy package to manage these connections. The server can be configured to connect to specific IDE ports and hosts, and supports logging for troubleshooting.
Quick Start & Requirements
npx -y @jetbrains/mcp-proxy (as part of claude_desktop_config.json).npx in /usr/local/bin may be necessary.Highlighted Details
Maintenance & Community
Information on maintainers, community channels, or roadmaps is not explicitly detailed in the provided README.
Licensing & Compatibility
The README does not specify a license. Compatibility for commercial use or closed-source linking is not detailed.
Limitations & Caveats
The project requires Node.js 18+, and users on older versions or those using nvm on macOS may encounter setup issues. Connecting from external clients or Docker containers requires specific configuration changes, including enabling external connections in the IDE and using the machine's LAN IP.
4 months ago
1+ week
PrefectHQ