Back to directory
alambertt/mcp-jira-example

alambertt/mcp-jira-example

@alambertt

A TypeScript-based MCP server for exposing Jira issues as a tool, enabling seamless integration with AI agents and developer tools such as GitHub Copilot in Visual Studio Code.

jiramcptypescriptatlassianissue-trackingjqlai-integrationtool

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