Skip to content
Windsurf

mcp jira stdio for Windsurf

io.github.freema/mcp-jira-stdio

MCP server for Jira Cloud — issues, search, comments, attachments, transitions.

client:Windsurf transport:stdio runtime:npm

Install mcp jira stdio 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": {
    "mcp-jira-stdio": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-jira-stdio"
      ],
      "env": {
        "JIRA_BASE_URL": "<JIRA_BASE_URL>",
        "JIRA_EMAIL": "<JIRA_EMAIL>",
        "JIRA_API_TOKEN": "<JIRA_API_TOKEN>",
        "MCP_REDACT_SENSITIVE": "<MCP_REDACT_SENSITIVE>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

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

mcp jira stdio in other clients