Panes — a private feed on your phone for LangChain
com.getpanes/panes
Send notifications, updates and daily digests to a person's phone — typed cards in a private feed.
client:LangChain
transport:streamable-http
Install Panes — a private feed on your phone in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"panes": {
"transport": "streamable_http",
"url": "https://getpanes.com/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs