confluence-mcp
by zereight
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
JIRA_URL | Yes | Your JIRA URL (e.g., https://XXXXXXXX.atlassian.net) | |
CONFLUENCE_URL | Yes | Your Confluence URL (e.g., https://XXXXXXXX.atlassian.net) | |
CONFLUENCE_API_KEY | Yes | Your Confluence API key can be acquired from https://id.atlassian.com/manage-profile/security/api-tokens | |
CONFLUENCE_API_MAIL | Yes | Your email address for the Confluence API. |
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 |
---|---|
execute_cql_search | Execute a CQL query on Confluence to search pages |
get_page_content | Get the content of a Confluence page |
create_page | Create a new Confluence page |
update_page | Update an existing Confluence page |
execute_jql_search | Execute a JQL query on Jira to search issues |
create_jira_issue | Create a new Jira issue |
update_jira_issue | Update an existing Jira issue |
transition_jira_issue | Change the status of a Jira issue |
get_board_sprints | Get all sprints from a Jira board |
get_sprint_issues | Get all issues from a sprint |
get_current_sprint | Get current active sprint from a board with its issues |
get_epic_issues | Get all issues belonging to an epic |
get_user_issues | Get all issues assigned to or reported by a specific user in a board |