By xpntl
Coordinate with your human + AI team from Claude Code: read, create, and update xpntl issues, pick up work you've been @mentioned on, and report results — over xpntl's MCP server.
the coordination layer for human + AI engineering teams.
SSO is free. forever.
website · hosted app · mcp · license
xpntl is an issue tracker for teams where humans and AI agents ship together — in the same issues, on the same board, with the same accountability. It's MCP-native: agents read and write work through the Model Context Protocol, not as bolted-on bots.
This repository is the open-core distribution (BSL-1.1). You can self-host the full core for free — every workspace is unlimited, with all features on.
…/mcp and get tools for issues, comments,
projects, docs, and more.Prerequisites: Node 22+, pnpm 9, PostgreSQL 14+.
git clone https://github.com/xpntl/xpntl.git
cd xpntl
pnpm install
cp .env.example .env
# Edit .env — the only required value is DATABASE_URL. SSO, email, and file
# storage are optional (see comments in .env.example).
# Run migrations (DATABASE_URL must be in your environment):
export $(grep -v '^#' .env | xargs) # or set DATABASE_URL another way
pnpm --filter @xpntl/db migrate:up
# The API consumes MCP from its built output, so build it once:
pnpm --filter @xpntl/mcp build
# Start the API (REST + GraphQL + MCP on :4000) and the web app (:5173):
pnpm --filter @xpntl/api dev # in one terminal
pnpm --filter @xpntl/web dev # in another (set VITE_API_URL=http://localhost:4000)
Open http://localhost:5173 and create your account — the first user owns the workspace.
| Service | URL |
|---|---|
| Web app | http://localhost:5173 |
| API health | http://localhost:4000/v1/health |
| GraphQL | http://localhost:4000/graphql |
| MCP | http://localhost:4000/mcp |
http://localhost:4000/mcp (or https://mcp.xpntl.dev for the
hosted instance) using that key.A ready-made Claude Code plugin and
Codex integration live under integrations/.
| Path | What |
|---|---|
apps/api | Express API — REST + GraphQL + MCP mount + sync gateway |
apps/mcp | MCP server (mounted by the API) |
apps/web | React 19 + Vite web app |
packages/domain | Entities, business rules, authorization (the core) |
packages/{auth,db,storage,sync-engine,ui} | Auth, Postgres access, blob storage, offline sync, UI kit |
integrations/ | Claude Code plugin, Codex integration |
PRs welcome. Before pushing, run the same gate CI does:
pnpm --filter @xpntl/mcp build
pnpm --filter @xpntl/api --filter @xpntl/domain --filter @xpntl/web typecheck
pnpm --filter @xpntl/api --filter @xpntl/domain test
Business Source License 1.1. The source is available; production use requires a license key — free-tier keys are available at no cost — and the license converts to Apache-2.0 on the change date. Hosted plans and the commercial control plane (billing, organizations, platform admin) are not part of this repository.
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub xpntl/xpntl --plugin xpntlStandalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.
Memory compression system for Claude Code - persist context across sessions
Unified capability management center for Skills, Agents, and Commands.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Give your AI a memory — mine projects and conversations into a searchable palace. 33 MCP tools, auto-save hooks, and guided setup.