Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
JIRA_URL | No | URL of your Jira instance | |
NO_PROXY | No | Comma-separated list of hosts to exclude from proxy | |
HTTP_PROXY | No | HTTP proxy for API requests | |
HTTPS_PROXY | No | HTTPS proxy for API requests | |
MCP_VERBOSE | No | Set to 'true' for more detailed logging | false |
SOCKS_PROXY | No | SOCKS proxy for API requests | |
ENABLED_TOOLS | No | Comma-separated list of tool names to enable (e.g., 'confluence_search,jira_get_issue') | |
JIRA_USERNAME | No | Username/email for Jira Cloud authentication | |
CONFLUENCE_URL | No | URL of your Confluence instance | |
JIRA_API_TOKEN | No | API token for Jira Cloud authentication | |
READ_ONLY_MODE | No | Set to 'true' to disable write operations | false |
JIRA_SSL_VERIFY | No | Set to 'false' to disable SSL verification for Jira Server/Data Center with self-signed certificates | true |
MCP_VERY_VERBOSE | No | Set to 'true' for very detailed debug logging | false |
MCP_LOGGING_STDOUT | No | Set to 'true' to log to stdout instead of stderr | false |
CONFLUENCE_USERNAME | No | Username/email for Confluence Cloud authentication | |
JIRA_CUSTOM_HEADERS | No | Comma-separated key=value pairs for custom HTTP headers to include in Jira API requests | |
JIRA_PERSONAL_TOKEN | No | Personal Access Token for Jira Server/Data Center authentication | |
CONFLUENCE_API_TOKEN | No | API token for Confluence 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' to disable SSL verification for Confluence Server/Data Center with self-signed certificates | true |
ATLASSIAN_OAUTH_ENABLE | No | Set to 'true' to enable minimal OAuth mode for multi-tenant applications | false |
ATLASSIAN_OAUTH_CLOUD_ID | No | Your Atlassian Cloud ID (for OAuth 2.0 authentication) | |
CONFLUENCE_SPACES_FILTER | No | Filter by space keys (e.g., 'DEV,TEAM,DOC') | |
ATLASSIAN_OAUTH_CLIENT_ID | No | OAuth 2.0 Client ID from Atlassian Developer Console | |
CONFLUENCE_CUSTOM_HEADERS | No | Comma-separated key=value pairs for custom HTTP headers to include in Confluence API requests | |
CONFLUENCE_PERSONAL_TOKEN | No | Personal Access Token for Confluence Server/Data Center authentication | |
ATLASSIAN_OAUTH_ACCESS_TOKEN | No | Pre-existing OAuth 2.0 access token (for BYOT method) | |
ATLASSIAN_OAUTH_REDIRECT_URI | No | OAuth 2.0 Redirect URI (e.g., http://localhost:8080/callback) | |
ATLASSIAN_OAUTH_CLIENT_SECRET | No | 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 |