Framezone for Grok
app.framezone/framezone
Your life dashboard for AI: tasks, habits, goals, budgets, workouts, nutrition, journal, notes.
client:Grok
transport:streamable-http
tools:50
Install Framezone in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"framezone": {
"type": "http",
"url": "https://framezone.app/mcp"
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs
What Grok 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