Mcp Jira Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Jira Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A Model Context Protocol server that provides integration with Jira's REST API, allowing AI assistants to manage Jira issues programmatically.
This server provides tools for managing Jira issues:
#### Installing via Smithery
To install Jira Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install jira-server --client claude#### Manual Installation
npm installnpm run build.jira-config.json file in your working directory:{
"projectKey": ["YOUR_PROJECT_KEY", "YOUR_OTHER_PROJECT_KEY"]
}On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"jira": {
"command": "node",
"args": ["/path/to/jira-server/build/index.js"],
"env": {
"JIRA_EMAIL": "[email protected]",
"JIRA_API_TOKEN": "your-api-token",
"JIRA_DOMAIN": "your-domain"
}
}
}
}Creates a new Jira issue
Lists issues in the project
Updates an existing issue
Gets detailed information about a specific issue
Deletes a Jira issue
Adds a comment to an existing issue
For development with auto-rebuild:
npm run watchThe server includes comprehensive error handling for:
Issue information is formatted to include:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.