Skip to content
LangChain

Moltline Code Review for LangChain

com.moltlinestudio/codereview

Risk-scan a diff, flag AI-generated-code tells, find secrets. 5 of 7 tools need no account.

client:LangChain transport:streamable-http tools:7

Install Moltline Code Review in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "codereview": {
            "transport": "streamable_http",
            "url": "https://mcp.moltlinestudio.com/codereview",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

What LangChain can do once it is connected

Moltline Code Review in other clients