← Back to directory
C

ChimeDeck MCP Server

Community
Open-source work management platform with AI agent integration.
GitHub source repository ↗
★ 110 Stars Category · Collaboration Popular Source revision 37e07f4b50ef
28FMRS · D
Reliability
5/20
Security and permissions
5/20
Maintenance
7/20
Documentation
6/20
Setup experience
5/20

ChimeDeck is a feature-rich open-source work management platform, particularly suited for teams aiming to leverage AI agents for workflow automation. It offers comprehensive task management and AI integration via MCP. However, self-hosting requires technical expertise and infrastructure, and the project may still be actively developed.

Read the FMRS scoring method →

ChimeDeck is a full-stack workspace and card management app featuring boards, lists, comments, attachments, pricing tools, CLI commands, and automated tests. It enables MCP-compatible AI agents to directly create tasks, update cards, search work, and add comments, facilitating collaboration with human teams. Built with React, Bun/TypeScript, and an extensible server/client architecture for rapid product iteration.

Tools

create_task
Create a new task in ChimeDeck.
update_card
Update details of an existing card.
search_work
Search for work items and related content.
add_comment
Add a comment to a card.

Setup

  1. Clone repository: git clone https://github.com/Chimedeck/chimedeck
  2. Install dependencies: bun install
  3. Copy environment config: cp .env.example .env
  4. Start Postgres and LocalStack: docker compose up -d postgres localstack
  5. Run database migrations: bun run db:migrate
  6. Start dev server: bun run dev:local
  7. Configure MCP client.

Fit and risk

Best for

  • Teams needing AI-assisted project management
  • Developers looking to integrate AI agents into workflows
  • Those seeking an open-source, self-hosted work management solution

Not for

  • Those requiring fully managed SaaS (contact development team)
  • Environments without Bun or Docker
  • Users unfamiliar with MCP protocol

Required permissions

  • Read and write workspace data
  • Create and modify tasks, cards, comments
  • Access search functionality

Risks and side effects

  • Data security: self-hosting requires own data protection measures
  • External dependencies: requires Postgres, S3, etc.
  • AI-generated code may have defects; requires manual review

Troubleshooting

  1. Ensure Bun version ≥1.3.5
  2. Check Docker services are running
  3. Verify .env configuration
  4. Inspect server logs: bun run dev

Use cases

AI agents automatically create and manage tasks
Team members update card status via AI assistants
Quickly search work items in projects
Automated comments and feedback

Supported clients

Claude DesktopFull support