MCP Server
MCP
io.github.b1ff/atlassian-dc-mcp-jira
MCP server for Atlassian Jira Data Center - search, view, and create issues
Install
npx -y @atlassian-dc-mcp/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@atlassian-dc-mcp/jira",
"version": "0.29.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Absolute path to a shared dotenv-style config file. When set, values are read from this file before direct environment variable overrides are applied.",
"format": "string",
"name": "ATLASSIAN_DC_MCP_CONFIG_FILE"
},
{
"description": "Jira host domain (e.g. your-instance.atlassian.net). Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE or JIRA_API_BASE_PATH.",
"format": "string",
"name": "JIRA_HOST"
},
{
"description": "Jira API base path (alternative to JIRA_HOST). Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE or JIRA_HOST.",
"format": "string",
"name": "JIRA_API_BASE_PATH"
},
{
"description": "Jira Personal Access Token or API token. Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE.",
"format": "string",
"isSecret": true,
"name": "JIRA_API_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment