
Research
/Security News
DuckDB npm Account Compromised in Continuing Supply Chain Attack
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
@cloudmcp/connect
Advanced tools
@cloudmcp/connect helps connect to MCP SSE servers and proxy them to stdio
This is useful to connect to @cloudmcp/gateway
npx -y @cloudmcp/connect --url "https://gateway.cloudmcp.dev/<id>/sse" --clientId "<client_id>" --clientSecret "<client_secret>"
--url <url>
: The CloudMCP Gateway URL in the format https://gateway.cloudmcp.dev/<id>/sse
--clientId <client_id>
: Your CloudMCP client ID for authentication--clientSecret <client_secret>
: Your CloudMCP client secret for authentication--logLevel debug | info | warn | error | none
: Controls logging level (default: info
). Use none
to suppress all logs.--header <header>
: Add a header to all responses (format: "Header-Name: value"). Can be used multiple times.Claude Desktop can use @cloudmcp/connect to connect to CloudMCP Gateway.
{
"mcpServers": {
"cloudmcpNpx": {
"command": "npx",
"args": [
"-y",
"@cloudmcp/connect",
"--url",
"https://gateway.cloudmcp.dev/<id>/sse",
"--clientId",
"<client_id>",
"--clientSecret",
"<client_secret>"
]
}
}
}
# Clone the repository
git clone https://github.com/cloudmcp/cloudmcp-connect.git
cd cloudmcp-connect
# Install dependencies
pnpm install
# Build the project
pnpm build
# Run tests
pnpm test
pnpm start
- Run the built applicationpnpm build
- Build the TypeScript projectpnpm dev
- Run the application in development mode with hot reloadingpnpm clean
- Clean the build directorypnpm test
- Run testspnpm test:watch
- Run tests in watch modepnpm test:coverage
- Run tests with coverage reportingContributions are welcome! Please follow these steps:
git checkout -b feature/my-new-feature
git commit -am 'Add some feature'
git push origin feature/my-new-feature
Make sure your code passes all tests and follows the project's coding style.
This project is licensed under the MIT License - see the LICENSE file for details.
FAQs
Connect to MCP SSE servers and proxy them to stdio
We found that @cloudmcp/connect 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
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.