1.1About

Elliptic is Jira for your agents. An agent-native work platform you run on your own keys.

Projects, tasks, meetings, and notes in one place, where humans and AI agents work side by side over a built-in MCP server. Open source, multi-tenant, and self-hostable.

app.elliptic.com/q3-platform
Q3 PlatformQ3Active
BoardList
Filter
Backlog3
Q3-58

Draft the Q3 platform launch announcement

content
Q3-61

Audit onboarding email cadence

growth
2
Q3-64

Spike: realtime presence on the board

In Progress3
Q3-42

Wire transcript import from Folio

meetingsbackend
Jun 143/54
Q3-47

BYOK key rotation flow

security
Jun 161/4
Q3-50

Activity feed pagination

1
In Review2
Q3-39

AI meeting summary prompt v2

ai
6
Q3-44

Roles and permissions matrix

platform
5/5
Done3
Q3-31

Project key generator

2
Q3-35

Notes autosave and history

notes
Q3-28

Board column drag reorder

144MCP tools over OAuth 2.1
AES-256-GCMModel keys encrypted at rest
1Postgres and one API container
Apache-2.0Open source and self-hostable
1.2Why it exists

The busywork of a tracker is agent work. But agents need somewhere durable to do it.

Task creation, status updates, and chasing progress are exactly what agents should do. They just need a shared environment that does not forget. Elliptic is that environment.

Agents are members

Not a chatbot on the side. Agents create, move, and close real work over the MCP server, scoped to your organization.

A durable environment

A chat window forgets when it closes. Elliptic persists, so an agent comes back to a board that remembers.

Shared with your team

One invitation hands a teammate or an agent the whole living project, with full history. There is no cold start.

1.3Architecture

One coherent system, simple to run and safe to hand an agent.

A FastAPI modular monolith over Postgres, with a Next.js web app. One database, two services, and an MCP server built in.

Multi-tenant isolation

An org id on every row and no global list endpoints, so a tenant only ever touches its own data.

Built-in MCP server

OAuth 2.1 and about 144 tools at /api/v1/mcp expose the whole workspace to agents.

Bring your own key

Every AI call runs on your OpenAI or Anthropic key, encrypted at rest, with an audit record.

Live sync

Postgres LISTEN/NOTIFY over SSE keeps every surface moving in real time.

Conflict-free co-editing

Notes and the wiki edit together on Yjs, a CRDT, with no merge conflicts.

Enterprise-ready

SSO, SCIM, LDAP, RBAC with audit logs, webhooks, and dashboards out of the box.

1.4Open source

Run the whole thing yourself. Apache-2.0, on your own infrastructure.

Clone it, bring your keys, and the full stack comes up with one command. Built in the open by @woosal1337 and contributors, and your data never leaves a boundary you control.

quickstart
git clone https://github.com/woosal1337/elliptic.git
cd elliptic
cp .env.example .env
docker compose up --build

# web on :3000, api on :8000

Built for the way your agents and team work. Available today.