mcp-connect
Verified Safeby dreygur
Overview
This server acts as a proxy and multiplexer, bridging local Model Context Protocol (MCP) clients (like IDEs) to multiple remote HTTP-based MCP servers, offering features like OAuth authentication, centralized configuration, and namespace routing.
Installation
npx @dreygur/mcp https://remote.mcp.server/sseEnvironment Variables
- GITHUB_TOKEN
- CONTEXT7_API_KEY
- API_TOKEN
Security Notes
No hardcoded secrets found; extensive use of `.env` files for managing credentials. OAuth tokens are securely cached on disk with strict file permissions (owner-only read/write on Unix-like systems). Binary installation methods (npm and shell script) include checksum verification against GitHub releases to ensure integrity. The system promotes the use of HTTPS for remote server connections and performs SSL certificate validation. It properly handles network errors, timeouts, and gracefully manages subprocesses for STDIO transport.
Similar Servers
mcp-context-forge
Converts web content (HTML, PDF, DOCX, etc.) and local files from a URL into high-quality Markdown format. It supports multiple conversion engines, content optimization, batch processing, and image handling.
mcphub
An orchestration hub that aggregates, manages, and routes Model Context Protocol (MCP) servers and their tools, providing a centralized interface, user management, OAuth 2.0 authorization server capabilities, and AI-powered tool discovery and routing.
rust-mcp-sdk
A high-performance, asynchronous Rust SDK for building Model Context Protocol (MCP) servers and clients, supporting various transports and authentication methods.
modular-mcp
A proxy server that efficiently manages and loads large tool collections from multiple Model Context Protocol (MCP) servers on-demand for LLMs, reducing context overhead.