Framezone for LangChain
app.framezone/framezone
Your life dashboard for AI: tasks, habits, goals, budgets, workouts, nutrition, journal, notes.
client:LangChain
transport:streamable-http
tools:50
Install Framezone in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"framezone": {
"transport": "streamable_http",
"url": "https://framezone.app/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- list_tasks
- create_task
- update_task
- complete_task
- delete_task
- list_habits
- create_habit
- update_habit
- log_habit
- list_goals
- create_goal
- update_goal
- list_projects
- create_project
- update_project
- get_daily_entry
- update_daily_entry
- list_notes
- create_note
- delete_note
- list_books
- create_book
- update_book
- delete_book