List Clockify projects
clockify_list_projectsList projects in a Clockify workspace to map a git repo or task to the right project. Use name filters, include archived projects, or pass config_root to target a specific repository.
Instructions
Lists projects in a workspace. Use to map a git repo or task to a Clockify project. Pass config_root as that repo's git toplevel when this MCP is user-scoped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional project name filter. | |
| archived | No | Include archived projects when true. | |
| config_root | No | Absolute git toplevel of the repo that contains .clockify/config.yml. Resolve once per session with `git rev-parse --show-toplevel` from the working directory (open tabs are not required); reuse that string on later calls unless the repo or focused root changed. Do not pass a multi-root .code-workspace folder. | |
| workspace_id | No | Workspace ID. Defaults to config.yml workspace_id, else the active workspace. |