The first project management system built from scratch for AI coding agents — not a wrapper around Jira or Linear.
The first project management system built from scratch for AI coding agents — not a wrapper around Jira or Linear. That is what the pinkroostermcp mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
The server publishes 14 tools. What each one is for:
get_project_status — Compact status dashboard — counts, active/blocked itemsget_next_actions — Priority-ordered actionable items with enriched context (linked entity names, complexity)create_or_update_issue — Create or update issues with full field supportcreate_or_update_feature_request — Create or update feature requestsmanage_user_stories — Add, update, or remove structured user stories on feature requestscreate_or_update_work_package — Create or update work packagesscaffold_work_package — One-call creation of WP + phases + tasks + dependenciesbatch_update_task_states — Update multiple task states in one call with consolidated cascadesverify_acceptance_criteria — Record verification results for phase acceptance criteriamanage_dependency — Add/remove WP or task dependencies with auto-block (auto-detects from ID format)create_or_update_memory — Create or merge memory by name (append content, union tags)delete_memory — Permanently delete a project memoryConfiguration is passed through the environment: DATABASE_URL, MCP_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
make install auto-registers the MCP server) - .NET 9 SDK and Node.js 20+ (for local development only)Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
Among the planning and project tracking options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Pinkroostermcp's toolset — get_project_status, get_next_actions, create_or_update_issue and 11 more — is a fair guide to whether it matches your workflow. It is maintained by pinkroosterai; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Pinkroostermcp's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| get_project_status | Compact status dashboard — counts, active/blocked items |
| get_next_actions | Priority-ordered actionable items with enriched context (linked entity names, complexity) |
| create_or_update_issue | Create or update issues with full field support |
| create_or_update_feature_request | Create or update feature requests |
| manage_user_stories | Add, update, or remove structured user stories on feature requests |
| create_or_update_work_package | Create or update work packages |
| scaffold_work_package | One-call creation of WP + phases + tasks + dependencies |
| batch_update_task_states | Update multiple task states in one call with consolidated cascades |
| verify_acceptance_criteria | Record verification results for phase acceptance criteria |
| manage_dependency | Add/remove WP or task dependencies with auto-block (auto-detects from ID format) |
| create_or_update_memory | Create or merge memory by name (append content, union tags) |
| delete_memory | Permanently delete a project memory |
| delete_entity | Permanently delete an entity by type with cascade handling |
| Prerequisites | The Prerequisites tool exposed by this server. |
make install auto-registers the MCP server) - .NET 9 SDK and Node.js 20+ (for local development only)| Variable | Description | Required |
|---|---|---|
| DATABASE_URL | Endpoint or connection string the server talks to. | Yes |
| MCP_API_KEY | Credential the server authenticates with. | Yes |
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.