Code Relay for LangChain
io.github.zarcherlot/code-relay
Branch-scoped runbooks, remote checkpoints, and auditable verification receipts.
client:LangChain
transport:stdio
runtime:npm
Install Code Relay in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"code-relay": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "code-relay-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs