Skip to content
LangChain

motif for LangChain

io.github.sleepycobalt/motif

Research synthesis with receipts: cited, critic-checked insights from interview transcripts.

client:LangChain transport:stdio runtime:pypi

Install motif in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "motif": {
            "transport": "stdio",
            "command": "uvx",
            "args": ["etot-motif"],
        }
})

tools = await client.get_tools()

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

motif in other clients