Skip to main content
Glama
jondoesflow

Jira MCP Server

by jondoesflow

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JIRA_EMAILYesYour Jira account email
JIRA_BASE_URLYesYour Jira Cloud instance URL (without trailing slash), e.g., https://yourcompany.atlassian.net
JIRA_API_TOKENYesYour Jira API token

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_issuesA

Search for Jira issues using JQL or simple filters.

Args:
    jql: JQL (Jira Query Language) string for advanced searches
    project: Project key or name to filter by
    assignee: Assignee username, email, or 'currentUser()' for yourself
    status: Status name (e.g., 'To Do', 'In Progress', 'Done')
    issue_type: Issue type (e.g., 'Story', 'Bug', 'Task')
    priority: Priority level (e.g., 'High', 'Medium', 'Low')
    max_results: Maximum number of results to return (default: 20)
get_issueA

Get detailed information about a specific Jira issue.

Args:
    issue_key: The issue key (e.g., 'PROJ-123')
get_my_issuesB

Get issues assigned to the current user.

Args:
    status: Filter by status (e.g., 'To Do', 'In Progress', 'Done')
    max_results: Maximum number of results to return (default: 10)
create_issueB

Create a new Jira issue.

Args:
    project_key: The project key (e.g., 'PROJ')
    summary: Brief description of the issue
    issue_type: Type of issue ('Story', 'Bug', 'Task', etc.)
    description: Detailed description of the issue
    priority: Priority level ('Highest', 'High', 'Medium', 'Low', 'Lowest')
    assignee: Username or email of assignee (leave empty for unassigned)
update_issueB

Update an existing Jira issue.

Args:
    issue_key: The issue key (e.g., 'PROJ-123')
    status: New status (e.g., 'In Progress', 'Done')
    assignee: New assignee username/email, or 'unassigned' to remove assignee
    priority: New priority ('Highest', 'High', 'Medium', 'Low', 'Lowest')
    summary: New summary/title for the issue
add_commentB

Add a comment to a Jira issue.

Args:
    issue_key: The issue key (e.g., 'PROJ-123')
    comment: The comment text to add
list_projectsB

List all accessible Jira projects.

get_project_infoB

Get detailed information about a specific project.

Args:
    project_key: The project key (e.g., 'PROJ')

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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