EveryDev.ai
Sign inSubscribe
Home
Tools

2,790+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents1916
  • Coding1362
  • Infrastructure646
  • Marketing508
  • Projects459
  • Research417
  • Design399
  • Analytics362
  • MCP249
  • Security249
  • Testing243
  • Data235
  • Integration181
  • Prompts171
  • Learning164
  • Communication163
  • Extensions158
  • Voice140
  • Commerce128
  • DevOps113
  • Web83
  • Finance24
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Paca
    Paca icon

    Paca

    Project Management
    Featured

    AI-native, self-hosted, open-source project management platform where AI agents and humans collaborate as equal Scrum teammates on a shared real-time Scrumban board.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Free forever, self-hosted, Apache 2.0 licensed. No seat fees.

    Engagement

    Available On

    Windows
    macOS
    Linux
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Project ManagementMulti-agent SystemsMCP Servers

    Alternatives

    HulyLeigaBMAD Method
    Developer
    Paca-AIHo Chi Minh City, VietnamEst. 2026

    Listed Jun 2026

    About Paca

    Paca is a self-hosted, open-source project management platform built around the idea that AI agents should participate in the Scrum process as genuine teammates — not as chatbot add-ons bolted to the side. Released under the Apache 2.0 license, it runs on a single Docker Compose command and keeps all data on your own infrastructure. The project reached v0.4.5 as of June 2026 and has accumulated roughly 980 GitHub stars since its March 2026 creation.

    What It Is

    Paca is a Scrumban board and sprint management tool designed for mixed human-AI teams. Where conventional tools like Jira, Trello, ClickUp, and Monday treat AI as a peripheral automation layer, Paca assigns AI agents to sprints, surfaces them on the same board as human teammates, and lets them pick up tasks, write BDD specs, and update status in real time. The platform is structured around a four-phase P·A·C·A cycle — Plan, Act, Check, Adapt — which mirrors both Scrum and the scientific method, and is grounded in the Cynefin framework's recognition that complex work requires adaptive teams rather than rigid pipelines.

    Architecture and Stack

    Paca ships as a multi-service stack with clearly separated concerns:

    • apps/web — React + TanStack Start + shadcn/ui frontend
    • services/api — Go + Gin core business logic and REST API
    • services/realtime — Node.js + Socket.IO for real-time event fan-out
    • services/ai-agent — Python + FastAPI + OpenHands SDK for AI agent orchestration; each agent runs in its own isolated sandbox container
    • apps/mcp — the @paca-ai/paca-mcp MCP server published on npm
    • PostgreSQL for persistent storage, Valkey for cache and async event streams

    The plugin system compiles extensions to WebAssembly (WASM) for the backend — supporting Go, Rust, AssemblyScript, or anything with a WASM target — and standard module bundles for the frontend. Plugins run in a sandboxed, capability-scoped environment and can be installed from a built-in Plugin Marketplace without touching the command line.

    MCP Server and Claude Code Integration

    Paca ships a first-class MCP (Model Context Protocol) server that gives any compatible AI agent structured access to projects, tasks, sprints, documents, members, and custom fields. The server is published as @paca-ai/paca-mcp on npm and connects to Claude Desktop, Claude Code, or any MCP-compatible client via a short JSON configuration block.

    For Claude Code users, Paca provides a set of slash-command skills — /paca, /paca-epic, /paca-sprint, /paca-do, /paca-test, and more — installed globally with a single curl command. Each skill reads project documentation before acting, keeping agent output grounded in how the product actually works.

    Update: v0.4.0 and v0.4.5

    The v0.4.0 release introduced two headline features: in-app AI chat at the project level (create or update epics, stories, tasks, and docs in plain English without leaving Paca) and activity diff & revert (every field change shows a before/after diff; one click rolls it back). The latest release, v0.4.5, was published on June 16, 2026, indicating active development cadence. The repository's roadmap and releases pages track ongoing direction.

    Self-Hosted Deployment Model

    Paca is designed to run entirely on your own infrastructure. The recommended path is a single curl | bash installer that walks through configuration interactively and starts the full stack. A manual Docker Compose path is also documented for teams that want explicit control. Optional services — PostgreSQL, MinIO, and the AI agent container — can each be scaled to zero and replaced with external equivalents (e.g., AWS S3, an external database). Database migrations run automatically on API startup, and upgrades require only docker compose pull followed by docker compose up -d.

    Paca - 1

    Community Discussions

    Be the first to start a conversation about Paca

    Share your experience with Paca, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Free forever, self-hosted, Apache 2.0 licensed. No seat fees.

    • Unified Scrumban board
    • AI agents as Scrum teammates
    • In-app AI chat
    • Activity diff and revert
    • BDD co-authoring

    Capabilities

    Key Features

    • Unified Scrumban board for humans and AI agents
    • AI agents assigned to sprints and tasks in real time
    • In-app AI chat for project planning and task management
    • Activity diff and one-click revert for every field change
    • BDD Gherkin scenario co-authoring with POs, BAs, and agents
    • System Design Documents (SDD) for contextual grounding
    • MCP server (@paca-ai/paca-mcp) for AI agent integration
    • Claude Code /paca slash-command skill set
    • Socket.IO real-time updates across all clients and agents
    • OpenHands SDK-powered agent orchestration in isolated containers
    • WASM plugin sandbox with capability-based permissions
    • Plugin Marketplace for community extensions
    • Self-hosted via Docker Compose — data never leaves your infrastructure
    • Configuration-driven workflows, statuses, fields, and board layouts
    • Apache 2.0 open-source license

    Integrations

    Claude Desktop
    Claude Code
    OpenHands SDK
    MCP (Model Context Protocol)
    Docker
    Docker Compose
    PostgreSQL
    Valkey
    MinIO
    AWS S3
    Socket.IO
    npm (@paca-ai/paca-mcp)
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Paca and help others make informed decisions.

    Developer

    Paca-AI

    Paca-AI builds an open-source, self-hosted project management platform designed for Scrum teams where humans and AI agents collaborate as equals. The project ships a lightweight Scrumban board, a built-in MCP server, and a WASM plugin system under the Apache 2.0 license. Paca-AI positions its tool as a free, fully customizable alternative to commercial tools like Jira, ClickUp, and Monday. The project is community-driven and hosted on GitHub.

    Founded 2026
    Ho Chi Minh City, Vietnam
    1 employees

    Used by

    Community open-source users
    Early adopters in the AI agent space
    Read more about Paca-AI
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Huly icon

    Huly

    An open-source all-in-one platform for teams that replaces Linear, Jira, Slack, and Notion with project management, chat, virtual office, and documents.

    Leiga icon

    Leiga

    AI-powered project management tool for product and technical teams, featuring a natural language AI assistant for planning, tracking, collaboration, and decision-making.

    BMAD Method icon

    BMAD Method

    BMAD-METHOD is an open-source agentic development framework that structures AI-assisted software projects using specialized agent roles, structured prompts, and iterative planning workflows.

    Browse all tools

    Related Topics

    Project Management

    AI-enhanced platforms that streamline planning, tracking, and managing software projects with intelligent resource allocation, predictive timeline analysis, and automated progress reporting.

    33 tools

    Multi-agent Systems

    Platforms for creating and managing teams of AI agents that can collaborate.

    201 tools

    MCP Servers

    Model Context Protocol servers that extend AI capabilities.

    106 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussion
    6views