PerSQL / Jira

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.

How it works

1

Add to Jira

Authorize via Atlassian and connect your site to your PerSQL namespace.

2

Branch per issue

issue-<key> spawns on issue create and is cleaned up when it transitions to done.

3

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.

https://jira.persql.com/mcp

Authenticate with a PerSQL bearer token. Tools: issue_list, issue_recipe.