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
{
"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