Sign inSign up

sscc/jira-mcp

By sscc

•Updated over 1 year ago

MCP server for working with Jira

Image
0

2.8K

sscc/jira-mcp repository overview

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"
      ]
    }
  }
}

Tag summary

Content type

Image

Digest

sha256:5d52c02ce…

Size

3.4 MB

Last updated

over 1 year ago

docker pull sscc/jira-mcp