meridian for Grok
io.github.ajc3xc/meridian
Persistent memory, task coordination, and HITL queue for AI coding sessions.
client:Grok
transport:sse
runtime:npm
tools:235
Install meridian in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"meridian": {
"type": "sse",
"url": "https://usemeridian.us/mcp/sse"
}
}
}
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
- create_project
- set_parent_project
- rename_project
- set_project_execution_mode
- merge_project
- register_session
- start_session
- list_projects
- get_project_by_name
- get_goal
- set_goal
- set_north_star
- log_task
- get_tasks
- search_tasks
- generate_handoff
- load_handoff
- verify_handoff_token
- accept_handoff
- record_handoff_correction
- export_ai_log
- export_ai_log_artifacts
- purge_ai_log
- search_ai_log