Atlassian MCP Server for Heroku

Atlassian MCP Server for Heroku

An MCP server that provides integration with Jira and Confluence for managing issues, boards, sprints, and documentation pages. It is specifically designed for native deployment on Heroku to enable AI models to interact with Atlassian resources using standardized tools.

Category
Visit Server

README

Atlassian MCP Server for Heroku

A Model Context Protocol (MCP) server for Jira and Confluence integration.

Deploy to Heroku

Features

  • Jira - Search issues, create/update tickets, manage sprints and boards
  • Confluence - Search and manage documentation pages
  • Heroku Native - Designed for Heroku deployment with MCP process support

Available Tools

Jira Tools

Tool Description
jira_search_issues Search using JQL
jira_get_issue Get issue details
jira_create_issue Create new issue
jira_update_issue Update issue fields
jira_transition_issue Change issue status
jira_add_comment Add comment to issue
jira_list_projects List all projects
jira_list_boards List agile boards
jira_list_sprints List sprints for a board

Confluence Tools

Tool Description
confluence_list_spaces List all spaces
confluence_get_page Get page content
confluence_search Search with CQL
confluence_create_page Create new page
confluence_update_page Update page content

Deployment

One-Click Deploy

Click the "Deploy to Heroku" button above.

Configure Credentials

heroku config:set ATLASSIAN_DOMAIN=your-company.atlassian.net
heroku config:set ATLASSIAN_EMAIL=your-email@company.com
heroku config:set ATLASSIAN_API_TOKEN=your-api-token

Get your API token at https://id.atlassian.com/manage-profile/security/api-tokens

Register with Heroku AI

heroku addons:attach your-main-app::INFERENCE -a my-atlassian-mcp

Usage

response = client.chat.completions.create(
    model=os.getenv("INFERENCE_MODEL_ID"),
    messages=[
        {"role": "user", "content": "Find all open bugs in project MYPROJ"}
    ],
    extra_body={
        "heroku": {
            "mcp_servers": ["mcp-atlassian"]
        }
    }
)

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured