mcp jira server for Zed
io.github.edrich13/mcp-jira-server
MCP server for self-hosted Jira instance with Personal Access Token authentication
client:Zed
transport:stdio
runtime:npm
Install mcp jira server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-jira-server": {
"command": "npx",
"args": [
"-y",
"mcp-jira-server"
],
"env": {
"JIRA_BASE_URL": "<JIRA_BASE_URL>",
"JIRA_PAT": "<JIRA_PAT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs