
Product
Rust Support Now in Beta
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
@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
The npm package @cloudmcp/connect receives a total of 1 weekly downloads. As such, @cloudmcp/connect popularity was classified as not popular.
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.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.