MCP Proxy Sidecar
@dortegau
关于 MCP Proxy Sidecar
A fork of JetBrains MCP Server that adds real-time WebSocket monitoring of all MCP interactions
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Proxy Sidecar?
MCP Proxy Sidecar is a fork of the JetBrains MCP Server that adds WebSocket monitoring capabilities. It acts as a proxy between MCP clients (like Claude Desktop) and JetBrains IDEs, broadcasting all tool calls via WebSocket for real-time observability.
How to use MCP Proxy Sidecar?
Install the JetBrains MCP Server plugin, then configure your MCP client (e.g., Claude Desktop) to run npx -y mcp-proxy-sidecar with optional environment variables such as WS_PORT. The sidecar automatically scans ports 63342–63352 to find the IDE.
Key features of MCP Proxy Sidecar
- Real-time WebSocket notifications for all MCP tool calls
- Configurable WebSocket port via
WS_PORTenvironment variable - Automatic port scanning for IDE connection (63342–63352)
- Debug logging toggle via
LOG_ENABLEDenvironment variable - Fork maintains full compatibility with the original JetBrains implementation
Use cases of MCP Proxy Sidecar
- Monitor all MCP tool calls from a JetBrains IDE in real time
- Debug and inspect arguments and timestamps of IDE operations
- Integrate with external monitoring dashboards via WebSocket
FAQ from MCP Proxy Sidecar
What is the difference between MCP Proxy Sidecar and the original JetBrains MCP Server?
MCP Proxy Sidecar is a fork that adds WebSocket notifications for monitoring tool calls. It retains all original features while broadcasting call details in real time.
How do I configure the WebSocket port?
Set the WS_PORT environment variable to your desired port (default: 27042) in your MCP client configuration (e.g., claude_desktop_config.json).
What are the runtime dependencies?
Node.js 20.x and pnpm (latest) are required for development. For usage, only Node.js is needed (via npx).
Where does the tool call data live?
Data is broadcast locally via WebSocket on 127.0.0.1; no external service is involved.
What transport does MCP Proxy Sidecar use?
MCP communication uses stdio, and monitoring is provided over WebSocket (default port 27042).
开发工具 分类下的更多 MCP 服务器
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
评论