larc-proxy v0.1.0
Thin MCP proxy client — install it to connect Claude Code to the Light Architects platform.
What it does
larc-proxy implements the MCP stdio protocol and forwards all tool calls to api.lightarchitects.ai using your API key. No private platform code is distributed.
Install
git clone https://github.com/TheLightArchitects/lightarchitects-plugins.git
cd lightarchitects-plugins
bash install.shThe installer auto-detects your platform and downloads the right binary.
Manual download
| Platform | Binary |
|---|---|
| macOS Apple Silicon | larc-proxy-aarch64-apple-darwin |
| macOS Intel | larc-proxy-x86_64-apple-darwin |
| Linux x86_64 | larc-proxy-x86_64-unknown-linux-musl |
Requirements
- A
LIGHTARCHITECTS_API_KEY— get one at lightarchitects.ai - Claude Code or Claude Desktop
Built on
rmcpv0.10 — official MCP Rust SDKreqwest0.12 with rustls