@dwebdev/mcp-http-bridge
v2.2.0
Published
HTTP-to-stdio bridge for MCP protocol with PAT authentication and protocol conversion
Maintainers
Readme
MCP HTTP Bridge
Seamless bridge for connecting Claude Desktop to HTTP-based MCP servers with PAT authentication and SSE streaming support.
Quick Start
Add to your Claude Desktop configuration:
{
"mcpServers": {
"mcp-gateway": {
"command": "npx",
"args": ["@dwebdev/mcp-http-bridge"],
"env": {
"MCP_SERVER_URL": "https://your-mcp-server.com",
"PAT_TOKEN": "your_pat_token_here"
}
}
}
}Features
- ✅ Zero Configuration - Works with
npxout of the box - ✅ PAT Authentication - Secure token-based authentication
- ✅ SSE Streaming - Full Server-Sent Events support
- ✅ JSON-RPC 2.0 - Complete MCP protocol compliance
- ✅ Error Handling - Robust error handling and retry logic
Environment Variables
MCP_SERVER_URL- Your MCP server endpoint (required)PAT_TOKEN- Your Personal Access Token (required)
Requirements
- Node.js 16+
- Claude Desktop
- MCP server with HTTP endpoint
Support
Visit customaistudio.io for support and documentation.
License
MIT
