Development · MODEL CONTEXT PROTOCOL
kornbed jira mcp server
A TypeScript-based MCP server for Jira integration with Cursor
WHAT IT CONNECTS
kornbed jira mcp server 为 AI Agent 提供什么
- List Jira tickets
- Get ticket details
- Get ticket comments
- Create new tickets
- Add comments to tickets
- Update ticket status
- Full MCP protocol support for Cursor integration
- Install dependencies:
- Create a `.env` file based on `.env.example` and fill in your Jira credentials:
- Log in to <https://id.atlassian.com/manage/api-tokens>
- Click "Create API token"
- Copy the token and paste it in your `.env` file
- Build the project:
- Open Cursor's settings:
- Click on the Cursor menu
- Select "Settings" (or use the keyboard shortcut)
- Navigate to the "Extensions" or "Integrations" section
- Add the MCP configuration:
- Start the MCP server (if not already running):
- Open Cursor's settings:
- Click on the Cursor menu
- Select "Settings" (or use the keyboard shortcut)
- Navigate to the "Extensions" or "Integrations" section
- Add the MCP configuration:
- `/jira list` - List your tickets
- `/jira view TICKET-123` - View ticket details
- `/jira comments TICKET-123` - Get ticket comments
- `/jira create` - Create a new ticket
- `/jira comment TICKET-123` - Add a comment
- `/jira status TICKET-123` - Update ticket status
- Stdio communication for command-based integration
- Tool registration for Jira operations
SECURITY
MCP 收录不等于安全审核
MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。