Skip to content

Releases: TheLightArchitects/larc-crates

larc-proxy v0.1.0

12 Jun 22:55
60b55f6

Choose a tag to compare

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.sh

The 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

  • rmcp v0.10 — official MCP Rust SDK
  • reqwest 0.12 with rustls