Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JIRA_URL | Yes | Your Jira URL (e.g., https://your-domain.atlassian.net) | |
| JIRA_USERNAME | Yes | Your Jira username/email (e.g., your-email@domain.com) | |
| CONFLUENCE_URL | Yes | Your Confluence URL (e.g., https://your-domain.atlassian.net/wiki) | |
| JIRA_API_TOKEN | Yes | Your Jira API token | |
| CONFLUENCE_USERNAME | Yes | Your Confluence username/email (e.g., your-email@domain.com) | |
| CONFLUENCE_API_TOKEN | Yes | Your Confluence API token |
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 |
|---|---|
| confluence_search | Search Confluence content using CQL |
| jira_search | Search Jira issues using JQL |