Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
port | No | Port number for SSE transport | 8000 |
verbose | No | Increase logging verbosity (can be used multiple times) | |
jira-url | No | URL of the Jira instance (e.g., https://your-company.atlassian.net or https://jira.your-company.com) | |
read-only | No | Run in read-only mode (disables all write operations) | |
transport | No | Choose transport type (stdio or sse) | stdio |
jira-token | No | API token for Atlassian Cloud Jira authentication | |
jira-username | No | Email address for Atlassian Cloud Jira authentication | |
confluence-url | No | URL of the Confluence instance (e.g., https://your-company.atlassian.net/wiki or https://confluence.your-company.com) | |
jira-ssl-verify | No | Toggle SSL verification for Jira Server/DC | true |
confluence-token | No | API token for Atlassian Cloud Confluence authentication | |
confluence-username | No | Email address for Atlassian Cloud Confluence authentication | |
jira-personal-token | No | Personal access token for Jira Server/Data Center authentication | |
confluence-ssl-verify | No | Toggle SSL verification for Confluence Server/DC | true |
confluence-personal-token | No | Personal access token for Confluence Server/Data Center authentication |
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 |