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) | |
NO_PROXY | No | Comma-separated list of hosts to exclude from proxy | |
HTTP_PROXY | No | HTTP proxy URL for all requests | |
HTTPS_PROXY | No | HTTPS proxy URL for all requests | |
MCP_VERBOSE | No | Set to 'true' for more detailed logging | false |
SOCKS_PROXY | No | SOCKS proxy URL for all requests | |
ENABLED_TOOLS | No | Comma-separated list of tool names to enable (e.g., 'confluence_search,jira_get_issue') | |
JIRA_USERNAME | No | Your Jira username/email for Cloud API token authentication | |
CONFLUENCE_URL | No | The URL of your Confluence instance (e.g., https://your-company.atlassian.net/wiki) | |
JIRA_API_TOKEN | No | Your Jira API token for Cloud authentication | |
READ_ONLY_MODE | No | Set to 'true' to disable write operations | false |
JIRA_SSL_VERIFY | No | Set to 'false' if using self-signed certificates with Server/Data Center | true |
MCP_VERY_VERBOSE | No | Set to 'true' for even more detailed logging | false |
MCP_LOGGING_STDOUT | No | Set to 'true' to log to stdout instead of stderr | false |
CONFLUENCE_USERNAME | No | Your Confluence username/email for Cloud API token authentication | |
JIRA_CUSTOM_HEADERS | No | Custom HTTP headers for Jira requests as comma-separated key=value pairs | |
JIRA_PERSONAL_TOKEN | No | Your Jira Personal Access Token for Server/Data Center authentication | |
CONFLUENCE_API_TOKEN | No | Your Confluence API token for Cloud authentication | |
JIRA_PROJECTS_FILTER | No | Filter by project keys (e.g., 'PROJ,DEV,SUPPORT') | |
ATLASSIAN_OAUTH_SCOPE | No | OAuth 2.0 scopes (e.g., 'read:jira-work write:jira-work read:confluence-content.all write:confluence-content offline_access') | |
CONFLUENCE_SSL_VERIFY | No | Set to 'false' if using self-signed certificates with Server/Data Center | true |
ATLASSIAN_OAUTH_ENABLE | No | Enable OAuth 2.0 authentication mode | false |
ATLASSIAN_OAUTH_CLOUD_ID | No | Your Atlassian Cloud ID (from OAuth setup wizard) | |
CONFLUENCE_SPACES_FILTER | No | Filter by space keys (e.g., 'DEV,TEAM,DOC') | |
ATLASSIAN_OAUTH_CLIENT_ID | No | Your OAuth 2.0 client ID from Atlassian Developer Console | |
CONFLUENCE_CUSTOM_HEADERS | No | Custom HTTP headers for Confluence requests as comma-separated key=value pairs | |
CONFLUENCE_PERSONAL_TOKEN | No | Your Confluence Personal Access Token for Server/Data Center authentication | |
ATLASSIAN_OAUTH_ACCESS_TOKEN | No | Pre-existing OAuth 2.0 access token (for BYOT method) | |
ATLASSIAN_OAUTH_REDIRECT_URI | No | Your OAuth 2.0 redirect URI (e.g., http://localhost:8080/callback) | |
ATLASSIAN_OAUTH_CLIENT_SECRET | No | Your OAuth 2.0 client secret from Atlassian Developer Console |
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 |
---|---|
No tools |