Skip to content
LangChain

glasp for LangChain

io.github.kazuki-sf/glasp

Search your Glasp web and Kindle highlights, notes, and AI memories from any MCP client. Read-only.

client:LangChain transport:streamable-http

Install glasp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "glasp": {
            "transport": "streamable_http",
            "url": "https://glasp.co/api/mcp",
        }
})

tools = await client.get_tools()

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

glasp in other clients