Local Relay
Createdtrevoruptain
Bridges local MCP clients, like Claude Desktop, with remote MCP Servers via standard input/output.
About
This command-line tool acts as an intermediary, allowing local applications that interact using standard input/output (stdio), such as Claude Desktop, to seamlessly connect and communicate with remote MCP Servers configured through the MCP Kit Web App. By proxying requests to a designated target server, it makes the server's tools and resources readily accessible within the local client environment.
Key Features
- Enables local MCP clients to connect to remote MCP Servers
- Proxies requests to a single target MCP Server
- Supports clients using standard input/output (stdio)
- Easy configuration via .env and mcpconfig.json files
- Includes debugging logs for troubleshooting
- 0 GitHub stars
Use Cases
- Using Claude Desktop with a remote MCP Server
- Testing MCP Server tools locally before deploying
- Integrating remote MCP Server functionalities into other stdio-based applications