Skip to content
Zed

jira-mini-mcp for Zed

io.github.proprock/jira-mini-mcp

Minimal Jira Cloud MCP server: broad reads, a narrow 3-tool write surface, optional read-only mode.

client:Zed transport:stdio runtime:pypi

Install jira-mini-mcp 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": {
    "jira-mini-mcp": {
      "command": "uvx",
      "args": [
        "jira-mini-mcp"
      ],
      "env": {
        "JIRA_BASE_URL": "<JIRA_BASE_URL>",
        "JIRA_AUTH_METHOD": "<JIRA_AUTH_METHOD>",
        "JIRA_EMAIL": "<JIRA_EMAIL>",
        "JIRA_API_TOKEN": "<JIRA_API_TOKEN>",
        "JIRA_OAUTH_CLIENT_ID": "<JIRA_OAUTH_CLIENT_ID>",
        "JIRA_OAUTH_CLIENT_SECRET": "<JIRA_OAUTH_CLIENT_SECRET>",
        "READ_ONLY_MODE": "<READ_ONLY_MODE>",
        "STRUCTURED_OUTPUT": "<STRUCTURED_OUTPUT>",
        "DISABLE_STRUCTURED_OUTPUT": "<DISABLE_STRUCTURED_OUTPUT>"
      }
    }
  }
}

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

jira-mini-mcp in other clients