Connect
Freeby MCP Community
Remote proxy for Model Context Protocol, allowing local-only clients to connect to remote servers using oAuth
v0.2.4Added Apr 12, 2026
mcpstdiosseremoteoauth
Connect MCP Server
Remote proxy for Model Context Protocol, allowing local-only clients to connect to remote servers using oAuth
Installation
Reviews
Installation
Quick install
npx -y @gleanwork/connect-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"connect": {
"command": "npx",
"args": ["-y", "@gleanwork/connect-mcp-server"]
}
}
}