MCP Atlassian + Bitbucket
by jellythomas
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JIRA_URL | No | The URL of your Jira instance (e.g., https://your-company.atlassian.net or https://jira.your-company.com) | |
| TOOLSETS | No | Comma-separated toolsets to enable (e.g., 'all', 'default', or specific toolsets like 'bitbucket_repositories,jira_issues') | all |
| MCP_VERBOSE | No | Enable verbose logging | false |
| BITBUCKET_URL | Yes | The URL of your Bitbucket instance (https://bitbucket.org for Cloud or your Server URL) | |
| JIRA_USERNAME | No | Your Atlassian account email address (Required for Jira Cloud) | |
| CONFLUENCE_URL | No | The URL of your Confluence instance (e.g., https://your-company.atlassian.net/wiki or https://confluence.your-company.com) | |
| JIRA_API_TOKEN | No | Your Atlassian API token (Required for Jira Cloud) | |
| READ_ONLY_MODE | No | Block all write operations | false |
| BITBUCKET_TIMEOUT | No | Request timeout in seconds | 75 |
| BITBUCKET_USERNAME | No | Bitbucket username (email for API token, username for app password) | |
| BITBUCKET_API_TOKEN | No | Bitbucket API token (Recommended for Cloud) | |
| BITBUCKET_WORKSPACE | No | Default workspace slug for Bitbucket Cloud (from URL: bitbucket.org/{workspace}) | |
| CONFLUENCE_USERNAME | No | Your Atlassian account email address (Required for Confluence Cloud) | |
| JIRA_PERSONAL_TOKEN | No | Your Personal Access Token (Required for Jira Server/Data Center) | |
| BITBUCKET_SSL_VERIFY | No | SSL certificate verification | true |
| CONFLUENCE_API_TOKEN | No | Your Atlassian API token (Required for Confluence Cloud) | |
| BITBUCKET_PROJECT_KEY | No | Default project key for Bitbucket Server/Data Center | |
| BITBUCKET_APP_PASSWORD | No | Bitbucket App Password (Deprecated, Cloud only) | |
| BITBUCKET_PERSONAL_TOKEN | No | Personal Access Token for Bitbucket Server/Data Center | |
| CONFLUENCE_PERSONAL_TOKEN | No | Your Personal Access Token (Required for Confluence Server/Data Center) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| 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
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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