Agents drive it
Filing issues, moving tickets, planning sprints, searching the wiki - an agent does it all over MCP, instead of asking you to. The MCP server is the primary surface, not a bolt-on.
原始链接: https://tajd.github.io/projektor/
**Projektor** 是一款原生支持智能体的项目管理工具,旨在通过模型上下文协议 (MCP) 自动处理开发工作流,例如创建问题、管理工单以及规划迭代。 Projektor 专为效率与扩展性而设计,通过内置的注册表和冲突解决系统,允许多个智能体在同一代码库中协同工作。它填补了轻量级基于文件的追踪工具与 Jira 等企业级解决方案之间的空白,提供了一种经济高效且可自托管的替代方案,能够随需求增长而扩展。 其整体架构运行在 Cloudflare 边缘端(利用 Workers、D1、KV 和 R2),无需复杂的服务器或容器管理。通过“纯配置”的部署流程,你可以在几分钟内完成整个技术栈的配置,甚至可以直接指派智能体为你部署。Projektor 通过自身开发过程进行测试(Dogfooding),确保了以开发者为中心的精简体验,并将自动化与无缝集成置于首位。

Agents drive it
Filing issues, moving tickets, planning sprints, searching the wiki - an agent does it all over MCP, instead of asking you to. The MCP server is the primary surface, not a bolt-on.
Fills the gap
Agent-native like a git-file tracker, but deployed and cross-project like Jira - and cheap to self-host. When you outgrow it, you swap the database, not the tool.
Built for fleets
An agent registry, file claims, and coordination messages let many agents work the same repo in parallel without colliding.
Runs on the edge
One Cloudflare Worker: Hono, D1 for data, KV for cache, R2 for attachments. No servers, no containers. Deploy to your own account in minutes.
Deploy to your own Cloudflare account from a config-only repo - wrangler auto-provisions D1, KV, and R2, applies migrations, and ships. One button, one command, or hand the repo to an agent and say “deploy projektor to my Cloudflare account.”
Self-hosting guide → · Why Projektor looks like this →
Projektor’s own roadmap is tracked inside Projektor; these docs are generated from the same repo.