J
jetbrainsMCPProxy
...
Created 12/6/2024byMaXal
Language:
JavaScript
Stars:
2
Forks:
2
JetBrains MCP Proxy Server
The server proxies requests from client to JetBrains IDE since MCP only supports CLI interactions.
Prerequisites
- Tested on macOS
brew install node pnpm
- Run
pnpm build
to build the project
Usage with Claude Desktop
To use this with Claude Desktop, add the following to your claude_desktop_config.json
:
{
"mcpServers": {
"github": {
"command": "npx",
"args": [
"/dist/src/index.js"
],
"env": {
"IDE_PORT": ""
}
}
}
}
Last updated: 2/10/2025
Publisher info
Maxim Kolmakov
Tech Lead in IntelliJ Platform QA Automation
JetBrains
Augsburg
17
followers2
following41
repos