Skip to main content
Glama
christojansen75

Jira/Confluence Team Lead MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JIRA_BASE_URLNoBase URL for Jira. Set together with CONFLUENCE_BASE_URL when Jira and Confluence are on different hosts.
ATLASSIAN_EMAILYesYour Atlassian account email address.
ATLASSIAN_BASE_URLNoBase URL for your Atlassian instance (e.g., https://your-domain.atlassian.net). Used for both Jira and Confluence when they are on the same host.
ATLASSIAN_API_TOKENYesAPI token created at https://id.atlassian.com/manage-profile/security/api-tokens
ATLASSIAN_CA_BUNDLENoPath to a CA bundle file for corporate internal TLS chains.
CONFLUENCE_BASE_URLNoBase URL for Confluence. Set together with JIRA_BASE_URL when Jira and Confluence are on different hosts.
ATLASSIAN_DEPLOYMENTNoDeployment type: 'auto', 'cloud', or 'data-center'. Leave as 'auto' unless the URL doesn't give it away.auto
ATLASSIAN_VERIFY_SSLNoSet to 'false' to disable SSL certificate verification. Prefer setting ATLASSIAN_CA_BUNDLE instead.true
REFINEMENT_DOD_LABELSNoThe team's Definition of Done labels.
REFINEMENT_DOR_LABELSNoThe team's Definition of Ready labels.
JIRA_STORY_POINTS_FIELDNoCustom field ID for story points. If not set, auto-discovery looks for 'Story Points' or 'Story point estimate'.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
check_connectionA

Verify Jira and Confluence credentials and show the resolved configuration (base URLs, deployment flavour, discovered story points field, defaults). Run this first on a new instance.

list_sprintsB

List sprints on a board so you can pick sprint ids. state is one of active, closed, future (comma-separate for several).

get_sprint_issuesA

Issues in a sprint, optionally filtered by status name (e.g. 'Needs Refinement') or status category (new/indeterminate/done). Returns key, summary, assignee, story points and status. Set publish=true to write the result to Confluence.

get_developer_sprint_historyA

Multi-sprint rollup grouped by developer (2-5 sprints is the useful range). Uses the Jira changelog, so time-in-status, cycle time and lead time are real, not inferred from current status. One flat table with developer as a column, so it can be sorted and filtered.

get_refinement_readiness_reportA

Weekly refinement readiness report: stories missing an estimate or missing DOR/DOD labels, plus a suggested attendee list for the refinement meeting. scope is 'backlog' (board backlog) or 'sprint'. checks defaults to estimate,dor,dod — add 'description' to also flag stories with no description.

publish_confluence_pageA

Create or overwrite a Confluence page. body must be Confluence storage format (XHTML) — pass the confluence value from a report, or your own markup. Matching an existing page by title updates it.

check_confluence_capabilitiesB

Report what this Confluence instance supports for interactive tables: deployment flavour and whether the Table Filter, Charts & Spreadsheet app is installed. Use before choosing table_style.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/christojansen75/JiraMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server