Skip to main content
Glama

mcp-jira-stdio

glama.json•820 B
{ "$schema": "https://glama.ai/mcp/schemas/server.json", "maintainers": ["freema"], "environmentVariables": { "schema": { "type": "object", "properties": { "JIRA_BASE_URL": { "type": "string", "format": "uri", "description": "Jira instance URL (https, no trailing slash)" }, "JIRA_EMAIL": { "type": "string", "format": "email", "description": "Jira account email" }, "JIRA_API_TOKEN": { "type": "string", "minLength": 1, "description": "Jira API token" } }, "required": ["JIRA_BASE_URL", "JIRA_EMAIL", "JIRA_API_TOKEN"], "additionalProperties": false }, "placeholderArguments": ["JIRA_BASE_URL", "JIRA_EMAIL", "JIRA_API_TOKEN"] } }

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/freema/mcp-jira-stdio'

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