Jira MCP Server
by jondoesflow
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JIRA_EMAIL | Yes | Your Jira account email | |
| JIRA_BASE_URL | Yes | Your Jira Cloud instance URL (without trailing slash), e.g., https://yourcompany.atlassian.net | |
| JIRA_API_TOKEN | Yes | Your Jira API token |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_issuesA | Search for Jira issues using JQL or simple filters. |
| get_issueA | Get detailed information about a specific Jira issue. |
| get_my_issuesB | Get issues assigned to the current user. |
| create_issueB | Create a new Jira issue. |
| update_issueB | Update an existing Jira issue. |
| add_commentB | Add a comment to a Jira issue. |
| list_projectsB | List all accessible Jira projects. |
| get_project_infoB | Get detailed information about a specific project. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/jondoesflow/MCP_Server_JIra'
If you have feedback or need assistance with the MCP directory API, please join our Discord server