mcp jira stdio for Zed
io.github.freema/mcp-jira-stdio
MCP server for Jira Cloud — issues, search, comments, attachments, transitions.
client:Zed
transport:stdio
runtime:npm
Install mcp jira stdio in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs