Skip to main content
Glama
jellythomas

MCP Atlassian + Bitbucket

by jellythomas

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JIRA_URLNoThe URL of your Jira instance (e.g., https://your-company.atlassian.net or https://jira.your-company.com)
TOOLSETSNoComma-separated toolsets to enable (e.g., 'all', 'default', or specific toolsets like 'bitbucket_repositories,jira_issues')all
MCP_VERBOSENoEnable verbose loggingfalse
BITBUCKET_URLYesThe URL of your Bitbucket instance (https://bitbucket.org for Cloud or your Server URL)
JIRA_USERNAMENoYour Atlassian account email address (Required for Jira Cloud)
CONFLUENCE_URLNoThe URL of your Confluence instance (e.g., https://your-company.atlassian.net/wiki or https://confluence.your-company.com)
JIRA_API_TOKENNoYour Atlassian API token (Required for Jira Cloud)
READ_ONLY_MODENoBlock all write operationsfalse
BITBUCKET_TIMEOUTNoRequest timeout in seconds75
BITBUCKET_USERNAMENoBitbucket username (email for API token, username for app password)
BITBUCKET_API_TOKENNoBitbucket API token (Recommended for Cloud)
BITBUCKET_WORKSPACENoDefault workspace slug for Bitbucket Cloud (from URL: bitbucket.org/{workspace})
CONFLUENCE_USERNAMENoYour Atlassian account email address (Required for Confluence Cloud)
JIRA_PERSONAL_TOKENNoYour Personal Access Token (Required for Jira Server/Data Center)
BITBUCKET_SSL_VERIFYNoSSL certificate verificationtrue
CONFLUENCE_API_TOKENNoYour Atlassian API token (Required for Confluence Cloud)
BITBUCKET_PROJECT_KEYNoDefault project key for Bitbucket Server/Data Center
BITBUCKET_APP_PASSWORDNoBitbucket App Password (Deprecated, Cloud only)
BITBUCKET_PERSONAL_TOKENNoPersonal Access Token for Bitbucket Server/Data Center
CONFLUENCE_PERSONAL_TOKENNoYour Personal Access Token (Required for Confluence Server/Data Center)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tasks
{
  "list": {},
  "cancel": {},
  "requests": {
    "tools": {
      "call": {}
    },
    "prompts": {
      "get": {}
    },
    "resources": {
      "read": {}
    }
  }
}
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jellythomas/mcp-atlassian-with-bitbucket'

If you have feedback or need assistance with the MCP directory API, please join our Discord server