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
Atlassian (Jira & Confluence)
trello

Atlassian (Jira & Confluence) MCP Server

Official Atlassian MCP server

jiraconfluenceatlassianproject-managementdocumentation

About

## Atlassian MCP Server: Jira & Confluence Integration The **Atlassian MCP Server** provides unified access to Jira and Confluence from Google Antigravity, enabling developers to manage issues, access documentation, and coordinate team workflows through AI-assisted productivity. ### Why Atlassian MCP? - **Unified Access**: Single integration for both Jira and Confluence - **Issue Management**: Create, update, and transition Jira issues directly - **Knowledge Base**: Search and create Confluence documentation - **Sprint Planning**: Manage backlogs, sprints, and releases - **JQL Support**: Query issues using Jira Query Language ### Key Features #### 1. Jira Issue Management ```python # Create issue with full details issue = await atlassian.jira.createIssue({ "project": "PROJ", "issuetype": "Story", "summary": "Implement payment gateway integration", "description": "Integrate Stripe for payment processing...", "assignee": "user123", "priority": "High", "labels": ["payments", "backend"], "customfield_10001": 8 # Story points }) # Search with JQL bugs = await atlassian.jira.searchIssues({ "jql": "project = PROJ AND type = Bug AND status != Done ORDER BY priority DESC", "fields": ["summary", "status", "assignee", "priority"] }) # Transition issue await atlassian.jira.transitionIssue({ "issueKey": "PROJ-123", "transition": "In Progress" }) ``` #### 2. Confluence Documentation ```python # Search documentation docs = await atlassian.confluence.search({ "cql": "type = page AND text ~ 'API documentation'", "limit": 10 }) # Create page page = await atlassian.confluence.createPage({ "spaceKey": "DEV", "title": "Authentication API Reference", "body": "# Authentication\n\n## Endpoints...", "parentId": "parent-page-id" }) ``` ### Configuration ```json { "mcpServers": { "atlassian": { "command": "npx", "args": ["-y", "@anthropic/mcp-atlassian"], "env": { "ATLASSIAN_URL": "https://your-domain.atlassian.net", "ATLASSIAN_EMAIL": "your-email@company.com", "ATLASSIAN_API_TOKEN": "your-api-token" } } } } ``` ### Use Cases **Development Workflow**: Create issues from code, link commits to tickets, and update status automatically. **Documentation**: Keep technical documentation in sync with implementation changes. **Sprint Automation**: Automate sprint creation, issue assignment, and status reporting. The Atlassian MCP Server bridges development and project management seamlessly.

Installation

Configuration
{
  "mcpServers": {
    "atlassian": {
      "mcpServers": {
        "atlassian": {
          "url": "https://mcp.atlassian.com/v1/sse",
          "type": "sse"
        }
      }
    }
  }
}

How to Use

  1. 11. Remote server hosted on Cloudflare
  2. 22. Connect to your Jira Cloud and Confluence Cloud
  3. 33. Requires Atlassian Cloud account authentication

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