Jira Context MCP
@rahulthedevil
关于 Jira Context MCP
MCP server to provide Jira Tickets information to AI coding agents like Cursor
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"Jira-Context-MCP": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@rahulthedevil/Jira-Context-MCP",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Jira Context MCP?
Jira Context MCP is a Model Context Protocol (MCP) server that integrates Jira’s issue tracking with AI‑assisted IDEs like Cursor. It enables developers to fetch issue details, retrieve assigned tickets, filter by issue type, and automate workflows directly from their editor.
How to use Jira Context MCP?
Install via Smithery (npx -y @smithery/cli install @rahulthedevil/Jira-Context-MCP --client claude) or manually by cloning the repo, running npm install, creating a .env with your Jira credentials, and building (npm run build). Start the HTTP server with npm start or CLI mode with npm run start:cli. Then in Cursor, open Command Palette, choose “Connect to MCP Server”, and enter http://localhost:3000/sse.
Key features of Jira Context MCP
- Fetch detailed information about a specific Jira issue
- Retrieve issues assigned to you in a project
- Filter issues by type (Bug, Story, Epic, etc.)
- List all available projects and issue types
- Retrieve recent ticket changes over a specified period
- Seamless integration with Cursor IDE
Use cases of Jira Context MCP
- Fix a specific bug by fetching issue details and directing Cursor to resolve it
- Work on your assigned issues by retrieving your task list and having Cursor help
- Fix all bugs in a project by filtering by type and resolving them one by one
- Review recent changes in a project to stay updated on modifications
FAQ from Jira Context MCP
What are the prerequisites?
You need Node.js 20.17.0 or higher, a Jira account with API access, and a Jira API token (generated at Atlassian API Tokens).
How do I install the server?
You can install via Smithery automatically for Claude Desktop (npx -y @smithery/cli install @rahulthedevil/Jira-Context-MCP --client claude) or manually by cloning the repository, installing dependencies, creating a .env file, and building the project.
How do I connect it to Cursor?
In Cursor, open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P), type “Connect to MCP Server”, select it, and enter the server URL (default: http://localhost:3000/sse).
What tools are available?
Six tools: /get_issue, /get_assigned_issues, /get_issues_by_type, /get_projects, /get_issue_types, and /get_recent_changes. Each accepts parameters like issueKey, projectKey, or maxResults.
What does the server require at runtime?
It requires Node.js 20.17.0 or higher and a running Jira instance accessible via the configured JIRA_BASE_URL. The server communicates over HTTP (default port 3000) and uses SSE for Cursor integration.
版本控制 分类下的更多 MCP 服务器
Gerrit Review MCP Server
cayirtepeomerThis MCP server provides integration with Gerrit code review system, allowing AI assistants to review code changes and their details through a simple interface.
Atlassian Bitbucket MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Bitbucket. Enables AI systems (LLMs) to interact with workspaces, repositories, and pull requests via tools (list, get, comment, search). Connects AI directly to version control workflows through the standard MCP interface.
Linear MCP Server
jerhadfA server that integrates Linear's project management system with the Model Context Protocol (MCP) to allow LLMs to interact with Linear.
GitHub MCP Server Extension for Zed
LoamStudiosA GitHub MCP Server extension for Zed
MCP Linear
tacticlaunchMCP server that enables AI assistants to interact with Linear project management system through natural language, allowing users to retrieve, create, and update issues, projects, and teams.
评论