io.github.deepwired/mcp-jira-scoped
Jira MCP server with scoped API tokens via api.atlassian.com gateway
{
"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": "<your-jira_api_token>",
"JIRA_SCOPES": "<jira_scopes>",
"JIRA_CLOUD_ID": "<jira_cloud_id>"
}
}
}
}{
"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": "<your-jira_api_token>",
"JIRA_SCOPES": "<jira_scopes>",
"JIRA_CLOUD_ID": "<jira_cloud_id>"
}
}
}
}npx -y mcp-jira-scopedJIRA_INSTANCEJira instance name (e.g. 'mycompany' for mycompany.atlassian.net)
JIRA_USER_EMAILEmail associated with the API token
JIRA_API_TOKENScoped API token from https://id.atlassian.com/manage-profile/security/api-tokens
JIRA_SCOPESComma-separated scopes: read:jira-work, write:jira-work, read:jira-user, read:me. Defaults to read:jira-work
JIRA_CLOUD_IDAtlassian Cloud ID (auto-fetched if not set). Find at https://yoursite.atlassian.net/_edge/tenant_info
This MCP server enables users to perform scientific computations regarding linear algebra and vect…
Optimize crew and workforce schedules, resource allocation, and routing with linear and mixed-inte…
A Notion workspace is a collaborative environment where teams can organize work, manage projects,…