Releases: proprock/jira-mini-mcp
Release list
v1.3.0
Initial MVP release: a minimal, read-only Jira Cloud REST API v3 MCP server for coding agents.
Six tools: search_issues, get_issue, get_comments, get_attachments, download_attachment, get_changelog. Configuration is exactly three environment variables: JIRA_BASE_URL, JIRA_EMAIL, JIRA_API_TOKEN.
Install from PyPI:
uvx jira-mini-mcp
or: pip install jira-mini-mcp
Or install and run directly from this tag:
uvx --from git+https://github.com/proprock/jira-mini-mcp@v1.3.0 jira-mini-mcp
See README.md for setup and tool details.
v1.1.0
Initial MVP release: a minimal, read-only Jira Cloud REST API v3 MCP server for coding agents.
Six tools: search_issues, get_issue, get_comments, get_attachments, download_attachment, get_changelog. Configuration is exactly three environment variables: JIRA_BASE_URL, JIRA_EMAIL, JIRA_API_TOKEN.
Install from PyPI:
uvx jira-mini-mcp
or: pip install jira-mini-mcp
Or install and run directly from this tag:
uvx --from git+https://github.com/proprock/jira-mini-mcp@v1.1.0 jira-mini-mcp
See README.md for setup and tool details.
v1.0.0
Initial MVP release: a minimal, read-only Jira Cloud REST API v3 MCP server for coding agents.
Six tools: search_issues, get_issue, get_comments, get_attachments, download_attachment, get_changelog. Configuration is exactly three environment variables: JIRA_BASE_URL, JIRA_EMAIL, JIRA_API_TOKEN.
Install from PyPI:
uvx jira-mini-mcp
or: pip install jira-mini-mcp
Or install and run directly from this tag:
uvx --from git+https://github.com/proprock/jira-mini-mcp@v1.0.0 jira-mini-mcp
See README.md for setup and tool details.
v0.9.3
Initial MVP release: a minimal, read-only Jira Cloud REST API v3 MCP server for coding agents.
Six tools: search_issues, get_issue, get_comments, get_attachments, download_attachment, get_changelog. Configuration is exactly three environment variables: JIRA_BASE_URL, JIRA_EMAIL, JIRA_API_TOKEN.
Install from PyPI:
uvx jira-mini-mcp
or: pip install jira-mini-mcp
Or install and run directly from this tag:
uvx --from git+https://github.com/proprock/jira-mini-mcp@v0.9.3 jira-mini-mcp
See README.md for setup and tool details.
v0.9.0
Initial MVP release: a minimal, read-only Jira Cloud REST API v3 MCP server for coding agents.
Six tools: search_issues, get_issue, get_comments, get_attachments, download_attachment, get_changelog. Configuration is exactly three environment variables: JIRA_BASE_URL, JIRA_EMAIL, JIRA_API_TOKEN.
Install from PyPI:
uvx jira-mini-mcp
or: pip install jira-mini-mcp
Or install and run directly from this tag:
uvx --from git+https://github.com/proprock/jira-mini-mcp@v0.9.0 jira-mini-mcp
See README.md for setup and tool details.
v0.1.0
Initial MVP release: a minimal, read-only Jira Cloud REST API v3 MCP server for coding agents.
Six tools: search_issues, get_issue, get_comments, get_attachments, download_attachment, get_changelog. Configuration is exactly three environment variables: JIRA_BASE_URL, JIRA_EMAIL, JIRA_API_TOKEN.
Install and run directly from this tag:
uvx --from git+https://github.com/proprock/jira-mini-mcp@v0.1.0 jira-mini-mcp
See README.md for setup and tool details. Not yet published to PyPI.