home / mcp / mcp atlassian on-prem data center ready mcp server
Unified Jira and Confluence MCP server with typed models, on-prem friendly tokens, and streamable transports for production use.
Configuration
View docs{
"mcpServers": {
"omkar9854-mcp-atlassian-onpremdc": {
"url": "https://mcp.atlassian.example/mcp",
"headers": {
"JIRA_URL": "https://your-company.atlassian.net",
"JIRA_USERNAME": "[email protected]",
"CONFLUENCE_URL": "https://your-company.atlassian.net/wiki",
"JIRA_API_TOKEN": "YOUR_API_TOKEN",
"JIRA_CLIENT_KEY": "path/to/key.pem",
"JIRA_SSL_VERIFY": "false",
"JIRA_CLIENT_CERT": "path/to/cert.pem",
"CONFLUENCE_USERNAME": "[email protected]",
"JIRA_PERSONAL_TOKEN": "YOUR_PAT",
"CONFLUENCE_API_TOKEN": "YOUR_API_TOKEN",
"CONFLUENCE_CLIENT_KEY": "path/to/key.pem",
"CONFLUENCE_SSL_VERIFY": "false",
"CONFLUENCE_CLIENT_CERT": "path/to/cert.pem",
"CONFLUENCE_PERSONAL_TOKEN": "YOUR_PAT"
}
}
}
}Search Jira issues using JQL without leaving the MCP environment.
Search Jira issues with automatic pagination to fetch all results.
Retrieve detailed information about a single Jira issue.
Fetch multiple Jira issues in a single operation.
Create new Jira issues directly from the MCP interface.
Update fields on existing Jira issues.
Change the status of a Jira issue and trigger workflows.
Search Confluence pages using CQL (Confluence Query Language).
Search Confluence pages with automatic pagination for complete results.
Get the content of a Confluence page.
Fetch multiple Confluence pages in a single operation.
Create new Confluence pages from MCP results.
Update existing Confluence pages.
Add comments to Confluence pages or content.