Skip to content
LangChain

Profile Setting Directory for LangChain

io.github.wxt-ai/profile-setting-directory

Choose a profile setting key

client:LangChain transport:streamable-http

Install Profile Setting Directory in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "profile-setting-directory": {
            "transport": "streamable_http",
            "url": "https://openings-vote-drilling-initially.trycloudflare.com/mcp/profile-setting-directory",
        }
})

tools = await client.get_tools()

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

Profile Setting Directory in other clients