MCP Atlassian
by sooperset
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
JIRA_URL | Yes | The URL for your Jira instance | |
JIRA_USERNAME | Yes | Your Jira account email | |
CONFLUENCE_URL | Yes | The URL for your Confluence instance | |
JIRA_API_TOKEN | Yes | Your Jira API token | |
CONFLUENCE_USERNAME | Yes | Your Confluence account email | |
CONFLUENCE_API_TOKEN | Yes | Your Confluence API token |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
confluence_search | Search Confluence content using CQL |
confluence_get_page | Get content of a specific Confluence page by ID |
confluence_get_comments | Get comments for a specific Confluence page |
jira_get_issue | Get details of a specific Jira issue |
jira_search | Search Jira issues using JQL |
jira_get_project_issues | Get all issues for a specific Jira project |