Skip to content
Zed

mcp jira server for Zed

io.github.edrich13/mcp-jira-server

MCP server for self-hosted Jira instance with Personal Access Token authentication

client:Zed transport:stdio runtime:npm

Install mcp jira server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-jira-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-jira-server"
      ],
      "env": {
        "JIRA_BASE_URL": "<JIRA_BASE_URL>",
        "JIRA_PAT": "<JIRA_PAT>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp jira server in other clients