Back to Home
dreygur icon

mcp-connect

Verified Safe

by dreygur

Overview

Acts as a proxy and multiplexing server for the Model Context Protocol (MCP), enabling local MCP clients (IDEs, agents) to connect to and aggregate capabilities from multiple remote HTTP MCP servers.

Installation

Run Command
mcp-connect serve

Environment Variables

  • GITHUB_TOKEN
  • CONTEXT7_API_KEY
  • API_TOKEN

Security Notes

The project uses secure practices for OAuth (PKCE, token caching with secure file permissions) and environment variable management (explicit .env files, no hardcoded secrets). Network requests use `reqwest` and HTTPS is recommended. The `StdioTransport` in `mcp-client` allows connecting to an external server via command execution; however, this is controlled by explicit user configuration within `mcp-connect` itself, not arbitrary untrusted input. The installation script uses `sudo` for global binary placement, a common practice that relies on user trust.

Similar Servers

Stats

Interest Score34
Security Score9
Cost ClassLow
Stars3
Forks0
Last Update2025-11-27

Tags

MCPProxyMultiplexerIDE IntegrationRust