Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JIRA_PATYesYour Personal Access Token
JIRA_BASE_URLYesThe base URL of your self-hosted Jira instance (e.g., https://jira.domain.com)

Tools

Functions exposed to the LLM to take actions

NameDescription
jira_get_issue

Get details of a specific Jira issue by its key (e.g., PROJ-123)

jira_search_issues

Search for Jira issues using JQL (Jira Query Language). Examples: "project = PROJ AND status = Open", "assignee = currentUser() AND status != Done"

jira_create_issue

Create a new Jira issue in a specified project

jira_update_issue

Update an existing Jira issue

jira_add_comment

Add a comment to a Jira issue

jira_get_comments

Get all comments from a Jira issue

jira_get_projects

List all available Jira projects

jira_get_project

Get details of a specific Jira project

jira_get_issue_types

Get available issue types for a project

jira_assign_issue

Assign a Jira issue to a user

jira_delete_issue

Delete a Jira issue permanently

jira_get_current_user

Get information about the currently authenticated user

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/edrich13/mcp-jira-server'

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