SiteGPT Docs for LangChain
io.github.sitegpt/sitegpt-docs
Search the SiteGPT documentation: setup, features, API reference, troubleshooting.
client:LangChain
transport:streamable-http
tools:3
Install SiteGPT Docs in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"sitegpt-docs": {
"transport": "streamable_http",
"url": "https://sitegpt.ai/docs/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs