io.github.b1ff/atlassian-dc-mcp-jira
MCP server for Atlassian Jira Data Center - search, view, and create issues
{
"mcpServers": {
"atlassian-dc-mcp-jira": {
"command": "npx",
"args": [
"-y",
"@atlassian-dc-mcp/jira"
],
"env": {
"ATLASSIAN_DC_MCP_CONFIG_FILE": "<atlassian_dc_mcp_config_file>",
"JIRA_HOST": "<jira_host>",
"JIRA_API_BASE_PATH": "<jira_api_base_path>",
"JIRA_API_TOKEN": "<your-jira_api_token>"
}
}
}
}{
"mcpServers": {
"atlassian-dc-mcp-jira": {
"command": "npx",
"args": [
"-y",
"@atlassian-dc-mcp/jira"
],
"env": {
"ATLASSIAN_DC_MCP_CONFIG_FILE": "<atlassian_dc_mcp_config_file>",
"JIRA_HOST": "<jira_host>",
"JIRA_API_BASE_PATH": "<jira_api_base_path>",
"JIRA_API_TOKEN": "<your-jira_api_token>"
}
}
}
}npx -y @atlassian-dc-mcp/jiraATLASSIAN_DC_MCP_CONFIG_FILEAbsolute path to a shared dotenv-style config file. When set, values are read from this file before direct environment variable overrides are applied.
JIRA_HOSTJira host domain (e.g. your-instance.atlassian.net). Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE or JIRA_API_BASE_PATH.
JIRA_API_BASE_PATHJira API base path (alternative to JIRA_HOST). Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE or JIRA_HOST.
JIRA_API_TOKENJira Personal Access Token or API token. Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE.
This MCP server enables users to perform scientific computations regarding linear algebra and vect…
Optimize crew and workforce schedules, resource allocation, and routing with linear and mixed-inte…
A Notion workspace is a collaborative environment where teams can organize work, manage projects,…