MCP Jira Server
@SoorajChandran
关于 MCP Jira Server
MCP to talk to Jira from cursor
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-jira-server-soorajchandran": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Jira Server?
MCP Jira Server is an MCP (Model Context Protocol) server that integrates with Jira for issue management. It is intended for developers and teams who want to programmatically create, read, update, search, and manage Jira issues and epics via MCP.
How to use MCP Jira Server?
Clone the repository, install dependencies (Python 3.8+ required), copy .env.example to .env, and fill in your Jira credentials (server URL, email, API token). Then run python src/main.py. The server starts on http://localhost:8000.
Key features of MCP Jira Server
- Create, read, and update Jira issues
- Search for issues across projects
- Epic management with subtask support
- Personal issue tracking
- Create issues from product requirement documents
Use cases of MCP Jira Server
- Automate creation of Jira issues from PRDs or design documents
- Manage epics and their subtasks for project planning
- Track and update personal assigned issues programmatically
- Search for issues by criteria and retrieve details
FAQ from MCP Jira Server
What are the prerequisites for running MCP Jira Server?
Python 3.8+, a Jira account with API access, and a Jira API token are required.
How do I configure MCP Jira Server?
Copy .env.example to .env and set JIRA_SERVER (your Jira instance URL), JIRA_USER (your email), and JIRA_TOKEN (your API token). Optional parameters include JIRA_TIMEOUT (default 30), JIRA_MAX_RESULTS (default 50), and MCP_SERVER_PORT (default 8000).
What default port does MCP Jira Server use?
The server runs on port 8000 by default, configurable via the MCP_SERVER_PORT environment variable.
Are there any security considerations?
Never commit your .env file, keep your Jira API token secure, use HTTPS in production, and consider adding additional authentication for the API endpoints.
What are the configurable parameters for the Jira API?
JIRA_TIMEOUT sets the API timeout in seconds (default 30), and JIRA_MAX_RESULTS limits the maximum results per page (default 50).
版本控制 分类下的更多 MCP 服务器
Git MCP Server
cyanheadsA Git MCP server for AI agents. STDIO & Streamable HTTP.
mcp-github-trending MCP Server
hetaoBackendMCP server for getting github trending repos & developers
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.
GitHub Stars MCP Server
ccbikaiA Cloudflare-powered MCP (Model Context Protocol) Server that allows you to search and query your GitHub starred repositories using natural language.
Bitbucket MCP
MatanYeminiBitbucket MCP - A Model Context Protocol (MCP) server for integrating with Bitbucket Cloud and Server APIs
评论