Skip to main content
Glama
thisIsRasel

jira-mcp-server

by thisIsRasel

jira-mcp-server

Stdio-based MCP server exposing Jira tools (search, get/create issue, comment, assign, transition, list projects).

Image: thisisrasel/jira-mcp-server (tags: latest, 1.0.0)

Environment variables

Var

Required

Notes

JIRA_BASE_URL

yes

e.g. https://your-jira-instance.com

JIRA_TOKEN

no

Bearer auth; if set, takes priority over username/password

JIRA_USERNAME

only if no JIRA_TOKEN

basic auth

JIRA_PASSWORD

only if no JIRA_TOKEN

basic auth

See .env.example.

Related MCP server: Jira MCP Server

Run via MCP client

Add to your MCP client config (e.g. Claude Desktop claude_desktop_config.json), passing credentials as env vars on the docker run command rather than baking them into the image:

{
  "mcpServers": {
    "jira": {
      "command": "docker",
      "args": [
        "run", "-i", "--rm",
        "-e", "JIRA_BASE_URL",
        "-e", "JIRA_TOKEN",
        "thisisrasel/jira-mcp-server:latest"
      ],
      "env": {
        "JIRA_BASE_URL": "https://your-jira-instance.com",
        "JIRA_TOKEN": "your-token"
      }
    }
  }
}

For basic auth instead of a token, swap the -e/env entries for JIRA_USERNAME and JIRA_PASSWORD.

Build & push

docker build -t thisisrasel/jira-mcp-server:1.0.0 -t thisisrasel/jira-mcp-server:latest .
docker push thisisrasel/jira-mcp-server:1.0.0
docker push thisisrasel/jira-mcp-server:latest
Install Server
A
license - permissive license
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.

  • An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform

  • A basic MCP server to operate on the Postman API.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/thisIsRasel/jira-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server