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) |
Capabilities
Features and capabilities supported by this server
| 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 | |