Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"jira-mcp-server": {
"command": "node",
"args": [
"path-to-repo/jira-mcp-server/build/index.js"
],
"env": {
"JIRA_PROJECT_URL": "https://project-url.atlassian.net/rest/api/3",
"JIRA_USER_EMAIL": "[email protected]",
"JIRA_API_KEY": "yourAPIkey",
"JIRA_PROJECT_KEY": "ABC"
}
}
}
}