
Research
/Security News
Mini Shai-Hulud Campaign Hits Red Hat Cloud Services npm Packages
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.
@bugstan/mcpxhub
Advanced tools
A middleware that forwards MCP (Model Context Protocol) requests from clients (like Claude Desktop) to local IDE extension instances (JetBrains or VS Code). It supports automatic discovery of IDE endpoints, tool list update detection, and tool call forwarding.
Recommended using pnpm:
pnpm install
Or using npm:
npm install
pnpm build
pnpm bundle
The bundled file will be located at dist/bundle.js.
# Give execution permission to the script
chmod +x test.sh
# Run test script
./test.sh [ide_type]
# Example:
./test.sh jetbrains
cp .claude.example .env
.env file as needed:# Enable logging
LOG_ENABLED=true
# Set IDE type ('jetbrains' or 'vscode')
IDE_TYPE=jetbrains
# Optionally specify MCP server address
# MCP_SERVER=127.0.0.1
# Optionally specify MCP server port
# MCP_SERVER_PORT=63342
node dist/bundle.js
MCP x Hub now includes an automatic reconnection mechanism:
This means you can start MCP x Hub and IDE in any order, and the system will automatically establish a connection.
| Variable Name | Description | Default Value |
|---|---|---|
| LOG_ENABLED | Enable log output | false |
| MCP_SERVER | MCP server address | 127.0.0.1 |
| IDE_TYPE | IDE type | jetbrains |
| MCP_SERVER_PORT | MCP server port | None |
For detailed technical information, development guidelines, and integration instructions, see Technical Guide.
Please see CONTRIBUTING.md for details on how to contribute to this project.
This project is licensed under the MIT License - see the LICENSE file for details.
FAQs
The ultimate MCP middleware connecting Claude Desktop to VS Code, Cursor, Antigravity, Windsurf, and JetBrains IDEs. Unlock standard agentic coding capabilities across all your editors.
The npm package @bugstan/mcpxhub receives a total of 6 weekly downloads. As such, @bugstan/mcpxhub popularity was classified as not popular.
We found that @bugstan/mcpxhub demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.

Research
/Security News
The North Korean malware loader hides in a Packagist-listed package and its GitHub branch to fetch and execute remote code in a likely Contagious Interview-style lure.

Security News
The Rust project is moving toward formal rules on LLM use in contributions after months of internal debate over maintainer burden, code quality, and contributor experience.