reporelay
v0.0.2
Published
Local MCP proxy for RepoRelay — auto-detects project languages and forwards requests to a remote RepoRelay server.
Maintainers
Readme
RepoRelay MCP Proxy
A lightweight local wrapper that:
- Detects the host project's languages from the working directory
- Connects to a remote RepoRelay MCP server
- Exposes a stdio MCP interface to the local IDE / agent
- Injects detected languages into every language-aware tool call
Usage:
npx reporelay --server https://reporelay.example.com/mcpOr via environment variable:
REPORELAY_URL=https://reporelay.example.com/mcp npx reporelayFor more details, see the main RepoRelay Documentation.
