Skip to content
LangChain

zoxide-doctor for LangChain

io.github.jiankn/zoxide-doctor

Read-only local zoxide diagnostics for MCP clients.

client:LangChain transport:stdio runtime:npm

Install zoxide-doctor in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "zoxide-doctor": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "@agoes/zoxide-doctor-mcp"],
        }
})

tools = await client.get_tools()

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

zoxide-doctor in other clients