Attention: This is an alpha software, bugs are still possible. Use with care and report any problems if they arise.
🚀 Vikstra MCP Bridge v1.0.0
An another stdio-to-HTTP bridge connecting Claude Desktop to remote MCP servers
What's New
- Full MCP 2025-06-18 specification compliance
- Cross-platform binaries for Windows, Linux, macOS (x64/ARM64)
- Auto-detection between Streamable HTTP and SSE transports
- Complete support for tools, resources, prompts, and resource templates
- Real-time change notifications
Features
- ✅ All MCP methods including sampling, elicitation, and logging
- ✅ Environment variable expansion in headers
- ✅ Session management for both transport types
- ✅ Comprehensive logging to /tmp/vikstra-bridge.log
- ✅ URI template support for dynamic resources
- ✅ Stripped binaries with no user paths
Quick Start
Basic usage
./vikstra-bridge https://api.example.com/mcp
With authentication
./vikstra-bridge https://api.example.com/mcp \
-header "Authorization: Bearer ${API_TOKEN}"
Downloads
Pre-built binaries available for:
- macOS (Intel/Apple Silicon)
- Linux (x64/ARM64)
- Windows (x64/ARM64)
All binaries include SHA256 checksums for verification.
Technical
- Written in Go with minimal dependencies
- Modular architecture for easy extension
- MIT Licensed
Perfect for connecting Claude Desktop to custom MCP servers, building AI assistants, or integrating with enterprise systems.