mcp jira scoped for Zed
io.github.deepwired/mcp-jira-scoped
Jira MCP server with scoped API tokens via api.atlassian.com gateway
client:Zed
transport:stdio
runtime:npm
Install mcp jira scoped in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-jira-scoped": {
"command": "npx",
"args": [
"-y",
"mcp-jira-scoped"
],
"env": {
"JIRA_INSTANCE": "<JIRA_INSTANCE>",
"JIRA_USER_EMAIL": "<JIRA_USER_EMAIL>",
"JIRA_API_TOKEN": "<JIRA_API_TOKEN>",
"JIRA_SCOPES": "<JIRA_SCOPES>",
"JIRA_CLOUD_ID": "<JIRA_CLOUD_ID>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs