MCP Server
MCP
io.github.deepwired/mcp-jira-scoped
Jira MCP server with scoped API tokens via api.atlassian.com gateway
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "mcp-jira-scoped",
"version": "1.0.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Jira instance name (e.g. 'mycompany' for mycompany.atlassian.net)",
"isRequired": true,
"name": "JIRA_INSTANCE"
},
{
"description": "Email associated with the API token",
"isRequired": true,
"name": "JIRA_USER_EMAIL"
},
{
"description": "Scoped API token from https://id.atlassian.com/manage-profile/security/api-tokens",
"isRequired": true,
"isSecret": true,
"name": "JIRA_API_TOKEN"
},
{
"description": "Comma-separated scopes: read:jira-work, write:jira-work, read:jira-user, read:me. Defaults to read:jira-work",
"name": "JIRA_SCOPES"
},
{
"description": "Atlassian Cloud ID (auto-fetched if not set). Find at https://yoursite.atlassian.net/_edge/tenant_info",
"name": "JIRA_CLOUD_ID"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment