Dock for Grok
ai.trydock/dock
AI workspace for you, your team, and every agent. Tables, docs (images, 4K video), formulas.
client:Grok
transport:streamable-http
tools:71
Install Dock in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"dock": {
"type": "http",
"url": "https://trydock.ai/api/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_workspaces
- get_workspace
- list_rows
- create_row
- get_row
- update_row
- delete_row
- move_rows
- get_doc
- get_workspace_schema
- add_column
- list_workspace_members
- delete_workspace
- update_workspace
- share_workspace
- update_workspace_member
- remove_workspace_member
- update_doc
- validate_doc_markdown
- update_doc_section
- append_doc_section
- get_html
- update_html
- validate_html