Serversio.github.deepwired/mcp-jira-scoped
S

io.github.deepwired/mcp-jira-scoped

io.github.deepwired/mcp-jira-scoped · v1.0.0
▦ npm
v1.0.0npm npm: mcp-jira-scoped↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.deepwired/mcp-jira-scoped",
  "description": "Jira MCP server with scoped API tokens via api.atlassian.com gateway",
  "repository": {
    "url": "https://github.com/deepwired/mcp-jira",
    "source": "github"
  },
  "version": "1.0.0",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-jira-scoped",
      "version": "1.0.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Jira instance name (e.g. 'mycompany' for mycompany.atlassian.net)",
          "isRequired": true,
          "name": "JIRA_INSTANCE"
        },
        {
          "description": "Email associated with the API token",
          "isRequired": true,
          "name": "JIRA_USER_EMAIL"
        },
        {
          "description": "Scoped API token from https://id.atlassian.com/manage-profile/security/api-tokens",
          "isRequired": true,
          "isSecret": true,
          "name": "JIRA_API_TOKEN"
        },
        {
          "description": "Comma-separated scopes: read:jira-work, write:jira-work, read:jira-user, read:me. Defaults to read:jira-work",
          "name": "JIRA_SCOPES"
        },
        {
          "description": "Atlassian Cloud ID (auto-fetched if not set). Find at https://yoursite.atlassian.net/_edge/tenant_info",
          "name": "JIRA_CLOUD_ID"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}