mcp jira scoped for Windsurf
io.github.deepwired/mcp-jira-scoped
Jira MCP server with scoped API tokens via api.atlassian.com gateway
client:Windsurf
transport:stdio
runtime:npm
Install mcp jira scoped in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs