This is an Model Context Protocol (MCP) server for working with Jira.
Use by adding to your MCP json config:
{
"mcp-servers": {
"jira": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"-e",
"JIRA_INSTANCE_URL=https://example.atlassian.net",
"-e",
"[email protected]",
"-e",
"JIRA_API_KEY=ATAAxxxxxxxxxx",
"sscc/jira-mcp"
]
}
}
}
Content type
Image
Digest
sha256:5d52c02ce…
Size
3.4 MB
Last updated
over 1 year ago
docker pull sscc/jira-mcp