-
Notifications
You must be signed in to change notification settings - Fork 0
Home
github-actions[bot] edited this page Aug 13, 2026
·
6 revisions
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.
- 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.
- Starts in the
readexposure 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.
- Installation
- Client Configuration
- Authentication and TLS
- Exposure Tiers
- Jira Workflows
- Confluence Workflows
- Bitbucket Workflows
- Attachments and Large Results
- Troubleshooting
- Compatibility Matrix
- Security Model
- Upgrade Guide
中文版 · English is the authoritative version.
Documentation source: docs/wiki/
— changes are reviewed via pull request; edits made directly in this wiki
are overwritten by the next sync. · 中文首页
Get started
Workflows
Reference
- Exposure tiers
- Attachments and large results
- Security model
- Compatibility matrix
- Upgrade guide
- Troubleshooting