{"id":28216267,"url":"https://github.com/rixbeck/jira-mcp","last_synced_at":"2025-10-27T22:43:41.101Z","repository":{"id":291759965,"uuid":"978669170","full_name":"rixbeck/jira-mcp","owner":"rixbeck","description":"MCP server for self-hosted Jira","archived":false,"fork":false,"pushed_at":"2025-05-06T11:13:24.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-12T06:46:09.376Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rixbeck.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-06T10:39:24.000Z","updated_at":"2025-05-23T11:49:28.000Z","dependencies_parsed_at":"2025-05-06T12:33:58.443Z","dependency_job_id":"9785e596-d039-4879-b711-6a510be9feb7","html_url":"https://github.com/rixbeck/jira-mcp","commit_stats":null,"previous_names":["rixbeck/jira-mcp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rixbeck/jira-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rixbeck%2Fjira-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rixbeck%2Fjira-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rixbeck%2Fjira-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rixbeck%2Fjira-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rixbeck","download_url":"https://codeload.github.com/rixbeck/jira-mcp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rixbeck%2Fjira-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281355366,"owners_count":26486896,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-27T02:00:05.855Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-17T23:12:20.674Z","updated_at":"2025-10-27T22:43:41.096Z","avatar_url":"https://github.com/rixbeck.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JIRA MCP Server\n\nA Model Context Protocol (MCP) server that addresses integration with self-hosted JIRA, enabling AI assistants to interact with JIRA issues and projects through a standardized interface.\n\n## Features\n\n- Get list of JIRA projects\n- Query JIRA tasks using JQL\n- Get task details\n- Update task status\n- Update task assignee\n- Get available task statuses\n- Get task attachments\n\n## Installation\n\n1. Clone the repository\n2. Install dependencies:\n```bash\nnpm install\n```\n3. Configure environment variables by copying `.env.example` to `.env`:\n```bash\ncp .env.example .env\n```\n4. Update the `.env` file with your JIRA credentials:\n```\nJIRA_HOST=your.jira.host\nJIRA_USERNAME=yourname\nJIRA_PASSWORD=yourpassword\n# Or use access token authentication:\n# JIRA_ACCESS_TOKEN=yourtoken\n```\n\n## Usage\n\nStart the MCP server:\n\n```bash\nnpm start\n```\n\nThe server will start and register itself with any MCP-compatible AI assistants.\n\n## Dependencies\n\n- @modelcontextprotocol/sdk\n- jira-client\n- dotenv\n- zod\n\n## Author\n\n- **Name**: Rix Beck\n- **GitHub**: [rixbeck](https://github.com/rixbeck)\n\n## License\n\nThis project is licensed under the MIT License.\n\nCopyright (c) 2025 Rix Beck\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frixbeck%2Fjira-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frixbeck%2Fjira-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frixbeck%2Fjira-mcp/lists"}