Skip to content
LangChain

XKnow Knowledge Base for LangChain

io.github.techreone/xknow-mcp

Search and explore source-backed SEO, SaaS, and LLM-wiki knowledge from the XKnow knowledge base.

client:LangChain transport:stdio runtime:npm

Install XKnow Knowledge Base in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "xknow-mcp": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "xknow-mcp"],
        }
})

tools = await client.get_tools()

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

XKnow Knowledge Base in other clients