Skip to content

Projektor

A self-hosted Jira + wiki, MCP-native, running entirely on Cloudflare's edge. AI agents are a first-class client - not an afterthought.
Projektor issue backlog - list view with projects sidebar, issue refs, status, priority, and assignees

MCP-native

Every action available in the browser is available to an agent over JSON-RPC. The MCP server is the primary surface.

Edge-native

Hono on Cloudflare Workers. D1 for data, KV for caching, R2 for attachments. No servers, no containers.

Built for fleets

Agent sessions, file claims, and coordination messages let parallel agents work the same repo without colliding.

Dogfooded

Projektor’s own roadmap is tracked inside Projektor. The docs you’re reading are generated from the same repo.

Clone the deploy repo and run the zero-config script - wrangler auto-provisions D1, KV, and R2, applies migrations, and deploys:

Terminal window
PROJEKTOR_REPO=you/projektor ADMIN_EMAILS=you@example.com ./deploy-auto.sh

Or hand the repo to an AI agent - “deploy projektor to my Cloudflare account” - and let it run the same flow. Full walkthrough: self-hosting guide.

Curious why Projektor looks like this? Read where Projektor fits in the agentic dev-tools stack.