Installation & Configuration
{
"mcpServers": {
"MCP Jira Server": {
"command": "bun",
"args": [
"/absolute/path/to/mcp-jira-server/src/index.ts"
],
"env": {
"JIRA_EMAIL": "[email protected]",
"JIRA_API_TOKEN": "your-jira-api-token",
"JIRA_HOST": "your-domain.atlassian.net"
}
}
}
}Information
Transport
stdio
Language
TypeScript
Created
2026/6/15
Updated
2026/6/17