Jira MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JIRA_URL | Yes | Your Jira instance URL (e.g., https://yourcompany.atlassian.net) | |
| JIRA_EMAIL | Yes | Your email address for Jira authentication | |
| JIRA_API_TOKEN | Yes | Your Jira API token for authentication |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_jira_issueC | Get detailed information about a Jira issue by its key (e.g., PROJ-123) |
| list_jira_projectsB | List accessible Jira projects with pagination and optional query. |
| get_jira_projectB | Get full metadata for a Jira project by key or ID. |
| get_project_statusesC | Get available statuses for each issue type in a project. |
| search_jira_issuesC | Search issues using JQL with pagination and field selection. |
| list_project_issuesB | List issues for a project with optional JQL tail filters. |
| get_jira_issue_commentsB | Retrieve comments for a Jira issue with pagination. |
| list_boardsB | List Jira boards with optional type and project filter. |
| list_board_sprintsB | List sprints for a given board with optional state filter. |
| list_sprint_issuesC | List issues in a given sprint with pagination. |
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/imrnbeg/jira-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server