MCP Server
MCP
io.github.freema/mcp-jira-stdio
MCP server for Jira Cloud — issues, search, comments, attachments, transitions.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "mcp-jira-stdio",
"version": "1.11.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Jira instance URL, e.g. https://company.atlassian.net",
"isRequired": true,
"name": "JIRA_BASE_URL"
},
{
"description": "Email of the Jira account the API token belongs to",
"isRequired": true,
"name": "JIRA_EMAIL"
},
{
"description": "Jira API token (id.atlassian.com > Security > API tokens)",
"isRequired": true,
"isSecret": true,
"name": "JIRA_API_TOKEN"
},
{
"description": "Set to true to redact sensitive values from logs",
"name": "MCP_REDACT_SENSITIVE"
},
{
"description": "Log verbosity: debug, info, warn or error (default: info)",
"name": "LOG_LEVEL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment