Skip to content
github-actions[bot] edited this page Aug 13, 2026 · 6 revisions

Atlassian Server MCP Wiki

A single TypeScript MCP 2.x stdio server that connects LLM agents to Jira, Confluence, and Bitbucket Data Center (self-hosted). Clients see a small set of typed tools for common workflows plus generic discover/describe/execute tools; the policy-gated REST operation registry is discovered and executed on demand through the generic tools.

What you can do

  • Jira: search (JQL), read/create/update/transition issues, comments, attachments, fields and create/edit metadata — plus the Jira Software Agile APIs (boards, sprints, backlog, epics, estimation, rank).
  • Confluence: CQL search, read/create/update/delete content, attachments, large page bodies from files.
  • Bitbucket: repositories, commits, pull requests (create, comment, review, merge), diff/raw/archive downloads.

Safe by default

  • Starts in the read exposure tier — writes are only exposed when you opt in (--exposure-tier=safe|risky|max).
  • TLS verification on by default; PAT authentication preferred.
  • Credentials are redacted from every error and log line.
  • File access is sandboxed under an explicit local root and off by default.
  • High-impact administration operations are permanently excluded.

Pages


中文版 · English is the authoritative version.

Clone this wiki locally