← Back to Plugins
MCP Server MCP

io.github.edrich13/mcp-jira-server

MCP Registry publisher By MCP Registry publisher 👁 1 views ▲ 0 votes

MCP server for self-hosted Jira instance with Personal Access Token authentication

Verified source

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "mcp-jira-server",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of your Jira instance (e.g., https://jira.domain.com)",
          "isRequired": true,
          "format": "string",
          "name": "JIRA_BASE_URL"
        },
        {
          "description": "Your Jira Personal Access Token",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "JIRA_PAT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...