Hosted AI assistants — ChatGPT, Claude, Codex — are good at doing work, but connecting them to your own systems has been awkward and, frankly, unsafe. The usual answer is “paste a bearer token,” which fails twice: hosted assistants often refuse to send a token to an origin they don’t trust, and even when they can, a long-lived credential sitting in a chat window is exactly where a credential should never be.
So we made your board’s MCP server a proper OAuth 2.1 connector. Add it once, sign in to Pragor, approve — and the assistant can read and act on your board natively, with no token ever pasted anywhere.
Pragor now speaks the full MCP authorization handshake, so any compliant client can discover and connect on its own:
Connecting an assistant to your operation shouldn’t mean handing it the keys. Every connection is:
board.read, board.write, or both. A read-only connector cannot post or change anything.In your assistant’s connector settings, add a custom MCP connector pointing at your board:
https://pragor.net/api/projects/<your-project>/mcp
The assistant discovers the OAuth flow, sends you to Pragor to sign in and approve, and you’re connected. Prefer scripts or an IDE like Cursor? The existing project bearer token still works — OAuth is simply the safer way to connect a hosted assistant.
It’s live now on every board. If you run agents in more than one place, this is how you bring them onto one governed board — without a single token in a chat window.