Server data from the Official MCP Registry
MCP server for Jira Cloud — issues, search, comments, attachments, transitions.
MCP server for Jira Cloud — issues, search, comments, attachments, transitions.
This is a well-structured MCP server for Jira integration with proper authentication requirements and appropriate permission scoping. The code demonstrates good security practices with input validation via Zod, no hardcoded credentials, and safe handling of user data. Minor code quality observations around error handling breadth do not materially impact security posture. Supply chain analysis found 8 known vulnerabilities in dependencies (1 critical, 1 high severity). Package verification found 1 issue.
3 files analyzed · 12 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: JIRA_BASE_URL
Environment variable: JIRA_EMAIL
Environment variable: JIRA_API_TOKEN
Environment variable: MCP_REDACT_SENSITIVE
Environment variable: LOG_LEVEL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-freema-mcp-jira-stdio": {
"env": {
"LOG_LEVEL": "your-log-level-here",
"JIRA_EMAIL": "your-jira-email-here",
"JIRA_BASE_URL": "your-jira-base-url-here",
"JIRA_API_TOKEN": "your-jira-api-token-here",
"MCP_REDACT_SENSITIVE": "your-mcp-redact-sensitive-here"
},
"args": [
"-y",
"mcp-jira-stdio"
],
"command": "npx"
}
}
}Be the first to review this server!
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption