- Agents autonomously handle project management tasks like filing issues and planning sprints via MCP.
- The MCP server is the primary interface, not an add-on.
- Projektor combines agent-native features (like a git-file tracker) with cross-project deployment (like Jira) and is cheap to self-host.
- Multiple agents can work on the same repo in parallel without conflicts using a registry, file claims, and coordination messages.
- Projektor runs on a single Cloudflare Worker using Hono, D1 for data, KV for cache, and R2 for attachments, requiring no servers or containers.
- Deployment is automated via wrangler, which provisions D1, KV, and R2, applies migrations, and can be done with one command.
- Projektor's own roadmap is tracked within Projektor, and its documentation is generated from the same repo.