
Jira MCP Server
This is a Machine Control Protocol (MCP) server for interacting with Jira's API.
Prerequisites
- Node.js (v16 or higher)
- npm or yarn
- A Jira account with API access
Setup
-
Install dependencies:
npm install
-
Configure Codeium MCP:
- Add the following configuration to your Codeium MCP config file (
~/.codeium/windsurf/mcp_config.json
):
{ "mcpServers": { "jira": { "command": "npx", "args": [ "-y", "tsx", "/path/to/jira_mcp/main.ts" ], "env": { "JIRA_USERNAME": "your_username", "JIRA_API_KEY": "your_api_key", "JIRA_BASE_URL": "your_jira_instance_url" } } } }
- Add the following configuration to your Codeium MCP config file (
Usage
The MCP server will be automatically started by Codeium when needed. Available commands:
-
get_issue
: Retrieve information about a specific Jira issue by key (e.g., "RMPRE-123")
Development
To run the server locally for development:
npm start
相关推荐
Reviews

user_fHCFRvFH
As an avid user of MCP applications, I find the jira_mcp_server developed by MaximilianoGarciaRoe incredibly efficient and user-friendly. It integrates seamlessly with our workflow, offering comprehensive project management features. Highly recommended for anyone looking to streamline their team's productivity!

user_efTXcosG
I've been using the jira_mcp_server by Maximiliano Garcia Roe, and it has significantly improved our project management workflow. The seamless integration and robust features make it a must-have for any team looking to streamline their processes. Highly recommend!