Skip to content

Releases: southocean/jira-mcp

Release list

v1.1.0

Choose a tag to compare

@southocean southocean released this 15 Jul 12:16

Full Changelog: v1.0.0...v1.1.0

v1.0.0

Choose a tag to compare

@southocean southocean released this 15 Jul 11:02
Standalone installable Jira MCP server

One-click Jira integration (zip + double-click installer) for Claude Desktop,
Claude Code, Cursor and VS Code — no repo clone required.

- app/server.js — MCP server, 13 tools (runtime-resolved active sprint, optional
  per-user default project, "me" assignee shortcut); reads credentials from a
  user config dir.
- app/cli.js — install / uninstall / setup / register / serve. Re-running the
  installer upgrades in place (keeps the saved token); uninstall removes program,
  credentials and all client entries.
- app/lib — per-OS paths, credential wizard (email + token; rest derived), and
  user-scope client auto-registration.
- installer/ — double-click launchers + README at the zip root.
- build.mjs — packs everything (bundled node_modules) into dist/jira-mcp.zip.

Public-safe: example project shown as ABC; the Atlassian site default lives in a
gitignored app/defaults.json (see defaults.example.json) so a built zip can
pre-fill it while it never enters the repo.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>