Gleanit for LangChain
co.gleanit/gleanit
Search, read, and write highlights, notes, screenshots, collections, projects, and tags in Gleanit.
client:LangChain
transport:streamable-http
Install Gleanit in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"gleanit": {
"transport": "streamable_http",
"url": "https://api.gleanit.co/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs