Caliu Notes for LangChain
com.caliuapp/caliu-notes
Read and write your Caliu notes from any MCP client: search, create, tag, remind, attach files.
client:LangChain
transport:streamable-http
runtime:npm
Install Caliu Notes in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"caliu-notes": {
"transport": "streamable_http",
"url": "https://api.caliuapp.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs