Curated by Archimedes Market with a verified Trust Report. Expose any LangChain chain, agent, or tool as an MCP server. Schema-aware tool registration, tool-call tracing, retry/timeout policies, structured output validation. Bridges the LangChain ecosystem into Claude / ChatGPT / Cursor without rewrites. → archimedes.market/assets/312e3c99-f858-44e7-ba2c-fcaf408825a8.
Overview
Verified asset on Archimedes
Market — view the full Trust Report
and the curated catalog of 97 free engineering assets.
Expose any LangChain chain, agent, or tool as an MCP server. Schema-aware tool registration, tool-call tracing,
retry and timeout policies, and structured output validation. Bridges the LangChain ecosystem into Claude /
ChatGPT / Cursor without rewriting your existing chains.
Quick start
pip install git+https://github.com/archimedes-market/mcp-langchain-bridge
Then mcp-langchain-bridge serve and point Claude Desktop at it.
More verified MCP servers
Browse the full catalog at archimedes.market/assets.
License
MIT.
Server Config
{
"mcpServers": {
"langchain-bridge": {
"command": "mcp-langchain-bridge",
"args": [
"serve"
]
}
}
}