CalmLoop Task Manager for LangChain
in.calmloop/tasks
Manage tasks, Focus Zone, notes, projects, and task history from compatible AI assistants.
client:LangChain
transport:streamable-http
Install CalmLoop Task Manager in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"tasks": {
"transport": "streamable_http",
"url": "https://calmloop.in/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs