Developers
An API-first, MCP-native work platform.
Full read/write parity over MCP, REST, and GraphQL. 122 capabilities — anything a human can do, an agent can do.
Quickstart
Copy, paste, drive.
~/.claude/mcp.json
{
"mcpServers": {
"kanbrio": {
"url": "https://mcp.kanbrio.com/ws_HQ",
"transport": "http",
"auth": { "type": "oauth2.1" },
"scopes": ["cards:read", "cards:write", "comments:write"]
}
}
}Full parity
One capability to REST + MCP, every time.
A build-failing gate guarantees it. No human-only escape hatches.
CapabilityMCP toolRESTGraphQL
cards.createcreate_card
cards.movemove_card
comments.createadd_comment
time.startstart_timer
suggestions.decidedecide
budgets.setset_budget
Auth & scopes
OAuth 2.1, scoped tokens (resource:action, no wildcards), and agent permission scoping that's bounded by the user.
Webhooks & events
HMAC-signed outbound webhooks. Subscribe to card, comment, and agent events — automation rules trigger them.
Automation rules
An event-driven rules engine triggers actions automatically. SDKs and CLI are on the roadmap.
Self-host
One command. Your infra.
Run the whole platform on your own hardware with Docker. Bring your own model keys or point at a local Ollama.
Postgres + RLSOIDC / KeycloakOllamaS3-compatible
terminal
$ docker run -p 8080:8080 \
-e KANBRIO_OIDC_ISSUER=... \
-e KANBRIO_DB_URL=postgres://... \
ghcr.io/kanbrio/kanbrio:latest
✓ migrations applied
✓ MCP server → :8080/mcp
✓ web → :8080
ready in 4.2sStart free, self-host, or connect your agent.
No credit card. Open-core and self-hostable. Priced so you never fear running an agent.