Jira集成
STDIO允许AI助手与Jira交互的服务器
允许AI助手与Jira交互的服务器
A Simple Model Context Protocol (MCP) server that allows AI assistants to interact with Jira. This server enables AI to perform actions like:
Create a .env
file in the root directory with the following:
JIRA_SERVER=https://yourcompany.atlassian.net
[email protected]
JIRA_API_KEY=yourapikey
JIRA_PROJECT_KEY=yourprojectkey
Get your API key from: https://id.atlassian.com/manage-profile/security/api-tokens
# Build and run with Docker chmod +x run_docker_locally.sh ./run_docker_locally.sh
pip install -r requirements.txt
uvicorn src.server:app --reload
This will start the server on http://localhost:8000
.
The MCP server is exposed at http://localhost:8000/mcp
.