Skip to content

Releases: proprock/jira-mini-mcp

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 19 Sep 22:26
3fb93c3

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

Choose a tag to compare

@github-actions github-actions released this 19 Sep 19:54
f2daed3

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

Choose a tag to compare

@github-actions github-actions released this 18 Sep 06:48

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

Choose a tag to compare

@github-actions github-actions released this 18 Sep 00:02

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

Choose a tag to compare

@github-actions github-actions released this 17 Sep 22:01

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

Choose a tag to compare

@proprock proprock released this 16 Sep 14:51

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.