developer tools

McpProxy

Connect to JetBrains IDE

typescript
local
enterprise
developer tools
0
View on GitHub

Installation

npx -y jetbrains/mcpProxy

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "mcpProxy",
  "command": "npx",
  "args": [
    "-y",
    "jetbrains/mcpProxy"
  ]
}

About This MCP Server

jetbrains/mcpProxy

Connect to JetBrains IDE

GitHub: https://github.com/JetBrains/mcpProxy

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub