Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Jira & Confluence MCP Server
layout

Jira & Confluence MCP Server MCP Server

MCP server for Atlassian Jira and Confluence integration

jiraconfluenceatlassianproject-management

About

## Jira & Confluence MCP Server: Atlassian Suite The **Jira & Confluence MCP Server** provides comprehensive access to Atlassian's project management and documentation tools from Google Antigravity, enabling developers to manage issues and documentation through AI-assisted workflows. ### Why Jira & Confluence MCP? - **Complete Suite**: Access both Jira and Confluence from one integration - **Agile Workflows**: Manage sprints, backlogs, and agile boards - **JQL Queries**: Search issues with powerful query language - **Documentation**: Create and manage technical documentation - **Cross-Linking**: Link issues to documentation and vice versa ### Key Features #### 1. Jira Issue Management ```python # Create issue issue = await jira.createIssue({ "project": "PROJ", "issuetype": "Bug", "summary": "Login fails with special characters", "description": "Users cannot log in when password contains...", "priority": "High", "assignee": "developer123", "labels": ["authentication", "urgent"] }) # Search with JQL bugs = await jira.search({ "jql": "project = PROJ AND type = Bug AND status = Open ORDER BY priority DESC", "fields": ["summary", "status", "assignee", "priority"], "maxResults": 50 }) # Update issue await jira.updateIssue({ "issueKey": "PROJ-123", "fields": { "status": "In Progress", "assignee": "developer456" } }) ``` #### 2. Confluence Documentation ```python # Create page page = await confluence.createPage({ "spaceKey": "DEV", "title": "Bug Fix Documentation", "body": "<h1>Bug PROJ-123 Fix</h1><p>This document describes...</p>", "parentId": "parent_page_id" }) # Link issue to page await jira.addRemoteLink({ "issueKey": "PROJ-123", "url": page.url, "title": "Documentation" }) ``` ### Configuration ```json { "mcpServers": { "jira": { "command": "npx", "args": ["-y", "@anthropic/mcp-jira-confluence"], "env": { "ATLASSIAN_URL": "https://your-domain.atlassian.net", "ATLASSIAN_EMAIL": "your-email@company.com", "ATLASSIAN_API_TOKEN": "your-api-token" } } } } ``` ### Use Cases **Sprint Management**: Plan and track development sprints with full issue management. **Bug Tracking**: Create, prioritize, and resolve bugs with documentation links. **Release Planning**: Coordinate releases with linked documentation and changelogs. The Jira & Confluence MCP Server brings Atlassian power to your development workflow.

Installation

Configuration
{
  "mcpServers": {
    "jira": {
      "mcpServers": {
        "jira-confluence": {
          "env": {
            "JIRA_URL": "https://yourcompany.atlassian.net",
            "JIRA_USERNAME": "your-email@company.com",
            "CONFLUENCE_URL": "https://yourcompany.atlassian.net/wiki",
            "JIRA_API_TOKEN": "YOUR_API_TOKEN",
            "CONFLUENCE_USERNAME": "your-email@company.com",
            "CONFLUENCE_API_TOKEN": "YOUR_API_TOKEN"
          },
          "args": [
            "mcp-jira-confluence"
          ],
          "command": "uvx"
        }
      }
    }
  }
}

How to Use

  1. 1Get API tokens from Atlassian account settings
  2. 2Configure JIRA_URL and CONFLUENCE_URL
  3. 3Set authentication credentials in environment variables

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers