Plate for Zed
to.plate/mcp
Minimal project management for teams and AI agents.
client:Zed
transport:streamable-http
tools:28
Install Plate in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"url": "https://plate.to/mcp"
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs
What Zed can do once it is connected
- list_workspaces
- list_projects
- list_tasks
- list_sections
- get_task
- list_comments
- list_members
- list_activity
- list_statuses
- list_labels
- create_task
- update_task
- complete_task
- delete_task
- create_project
- update_project
- create_section
- update_section
- delete_comment
- create_comment
- create_tasks
- update_tasks
- complete_tasks
- delete_tasks