private-atlassian

MatthewMaker/private-atlassian
★ 1 stars Unknown language 🔌 API Integration Updated 1d ago
Claude Code plugin that mediates Atlassian MCP server interactions to minimize context bloat
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "private-atlassian": {
      "command": "npx",
      "args": [
        "-y",
        "MatthewMaker/private-atlassian"
      ]
    }
  }
}

README Excerpt

A Claude Code plugin that mediates interaction with the Atlassian MCP server, keeping Jira and Confluence responses focused and context-efficient. The Atlassian MCP server returns verbose JSON. A single Confluence page fetch can consume thousands of tokens; a JQL search dumping 20 full issue objects is

Tools (2)

cloud_idsite_url