jira-mcp-server
Provides tools for interacting with Jira, enabling management of issues, projects, and other Jira resources.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@jira-mcp-servercreate a new bug in the Q2 project"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Jira MCP Server (Self-Hosted Jira + PAT)
1. Configure env
Create a .env file:
JIRA_BASE_URL=https://jira.yourcompany.local
JIRA_PAT=your_personal_access_tokenRelated MCP server: Jira MCP Server
2. Run locally (dev)
set -a; source .env; set +a; npm start3. Build and install server to a chosen folder
npm run build -- --target:C:\tools\mcpThis installs to:
C:\tools\mcp\jira-mcp-server
4. Build + also install Copilot MCP client config
npm run build:copilot -- --target:C:\tools\mcpBy default this also updates:
%USERPROFILE%\.copilot\mcp-config.json
You can choose a different client config file:
npm run build:copilot -- --target:C:\tools\mcp --client-config:C:\temp\mcp-config.json5. What gets added to Copilot config
The installer writes/updates an MCP server named jira-self-hosted pointing to:
<target>\jira-mcp-server\dist\jira-mcp-server.js
If JIRA_BASE_URL and JIRA_PAT are set in your shell while building, they are copied into that MCP entry's env block.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/TTranchese/jira-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server