Skip to main content
Glama

Jira MCP Server

jira_list_projects

Retrieve a list of all Jira projects accessible to the user by providing Jira host URL, email, and API token. Simplifies project management by enabling quick access to relevant project data.

Instructions

Lists all Jira projects the user has access to

Input Schema

NameRequiredDescriptionDefault
apiTokenNoAPI token for Jira authentication
emailNoEmail address associated with the Jira account
jiraHostNoThe Jira host URL (e.g., 'your-domain.atlassian.net')

Input Schema (JSON Schema)

{ "properties": { "apiToken": { "default": "", "description": "API token for Jira authentication", "type": "string" }, "email": { "default": "", "description": "Email address associated with the Jira account", "type": "string" }, "jiraHost": { "default": "", "description": "The Jira host URL (e.g., 'your-domain.atlassian.net')", "type": "string" } }, "required": [], "type": "object" }

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

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