PerSQL for Jira
A SQLite database per Jira issue.
Connect your site and every issue gets an isolated branch database (issue-<key>) — spun up on create, cleaned up when the issue is done. The scratch space an agent needs to work a ticket. Billed per use — no per-database fee.
How it works
Add to Jira
Authorize via Atlassian and connect your site to your PerSQL namespace.
Branch per issue
issue-<key> spawns on issue create and is cleaned up when it transitions to done.
Hand it to an agent
Point your coding agent at the issue's branch over MCP to read and write as it works.
Per-issue databases over MCP
Point a coding agent at the Jira MCP. issue_recipe returns the snippet that spawns or resets the per-issue branch; issue_list shows the active ones. Branches carry the parent's schema, not its rows, so they're cheap until written to.
https://jira.persql.com/mcp
Authenticate with a PerSQL bearer token. Tools: issue_list, issue_recipe.