If you're experiencing incorrect project creation dates (all showing today's date), run: ```bash ./scripts/repair-analytics-dates.sh ```
Claude Project Coordinator MCP server exists for a simple reason — assistants are far more useful when they can act on Claude Project Coordinator directly instead of describing what you should do. If you're experiencing incorrect project creation dates (all showing today's date), run: bash ./scripts/repair-analytics-dates.sh .
Once Claude Project Coordinator is connected, these are the calls the assistant has available:
Prerequisites — The Prerequisites tool exposed by this serverlist_projects — The list_projects tool exposed by this serveradd_project — Adds a new project to track - Parameters: name, path, description (optional) - Security: Validates project name, path, and descriptionget_project_status — Gets detailed information about a specific project - Parameters: projectName - Security: Validates project nameupdate_project_status — Updates project status and/or notes - Parameters: projectName, status (optional), notes (optional) - Security: Validates all text inputssearch_code_patterns — Searches through projects and knowledge base - Parameters: pattern - Security: Validates search pattern for injection attemptsSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Plenty of file and storage access servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Claude Project Coordinator's toolset — Prerequisites, list_projects, add_project and 3 more — is a fair guide to whether it matches your workflow. It is maintained by M-Pineapple; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Prerequisites | The Prerequisites tool exposed by this server. |
| list_projects | The list_projects tool exposed by this server. |
| add_project | Adds a new project to track - Parameters: name, path, description (optional) - **Security**: Validates project name, path, and description |
| get_project_status | Gets detailed information about a specific project - Parameters: projectName - **Security**: Validates project name |
| update_project_status | Updates project status and/or notes - Parameters: projectName, status (optional), notes (optional) - **Security**: Validates all text inputs |
| search_code_patterns | Searches through projects and knowledge base - Parameters: pattern - **Security**: Validates search pattern for injection attempts |
Scoped local file access — read, write, search and reorganise files in directories you explicitly allow.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Chat with your second brain — search, read and write vault notes through the Local REST API.
Connects AI models to an Obsidian knowledge base for direct access and manipulation of notes and folders.