Skip to content
Windsurf

jira-mini-mcp for Windsurf

io.github.proprock/jira-mini-mcp

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

client:Windsurf transport:stdio runtime:pypi

Install jira-mini-mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

jira-mini-mcp in other clients