mcp jira scoped for Cline
io.github.deepwired/mcp-jira-scoped
Jira MCP server with scoped API tokens via api.atlassian.com gateway
client:Cline
transport:stdio
runtime:npm
Install mcp jira scoped in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs