consigliere-connect-atlassian

Configure per-user OAuth 2.1 connections to Atlassian MCP for read-only Jira and Confluence access.

4|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/leocosta/octopus --skill consigliere-connect-atlassian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: consigliere-connect-atlassian
Source: https://github.com/leocosta/octopus/tree/main/skills/consigliere-connect-atlassian
Command: npx skills add https://github.com/leocosta/octopus --skill consigliere-connect-atlassian

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables secure, per-user OAuth 2.1 connection to Atlassian MCP to grant Claude Code read-only access to Jira and Confluence without exposing credentials or workspace changes.

Core Features & Use Cases

  • One-time MCP endpoint registration and scope setup for per-user access across Atlassian Cloud.
  • Enforced read-only guardrails via Claude settings and auditing through Atlassian logs.
  • Use Case: Deploys read access for digest-source across Jira and Confluence without writes.

Quick Start

Run the one-time Atlassian MCP connection and verify a read operation against Jira/Confluence.

Frequently Asked Questions about consigliere-connect-atlassian

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect Claude Code to Jira and Confluence with read-only access?

You connect Claude Code to Jira and Confluence read-only by configuring a secure per-user OAuth 2.1 connection to Atlassian MCP. This one-time setup registers MCP endpoints and updates Claude settings to enforce read-only permissions for Atlassian Cloud.

Does Atlassian MCP support per-user OAuth 2.1 scopes for Claude Code?

Yes, Atlassian MCP supports per-user OAuth 2.1 scopes for Claude Code. The setup configures specific read scopes per user, ensuring Claude Code only retrieves data without exposing credentials or allowing workspace changes.

What's the best way to enforce read-only permissions in Claude settings for Atlassian?

The best way to enforce read-only permissions for Atlassian is by updating the .claude/settings.json file with guardrails. This configuration restricts MCP endpoints to read operations, preventing any accidental writes to Jira or Confluence.

How do I verify a read operation against Jira after setting up Atlassian MCP?

You verify a read operation against Jira by validating access through the /mcp command after the initial setup. Running a test read operation confirms the OAuth 2.1 connection and read scopes are correctly configured for Atlassian Cloud.

Can I use Claude Code to deploy read access across Jira and Confluence without writes?

Yes, you can deploy read access across Jira and Confluence without writes using this setup. It registers MCP endpoints with enforced read-only guardrails, acting as a digest-source while Atlassian logs audit the access.

Why does Claude Code need a one-time setup for Atlassian MCP endpoint registration?

Claude Code needs a one-time setup for Atlassian MCP endpoint registration to establish the secure OAuth 2.1 connection and configure per-user read scopes. This process ensures only authorized read operations occur against Jira and Confluence.