mirror of
https://github.com/azaion/detections.git
synced 2026-04-22 10:36:32 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"_comment": "Copy to .cursor/mcp.json and fill in credentials. Do NOT commit the real mcp.json.",
|
|
"mcpServers": {
|
|
"Jira-MCP-Server": {
|
|
"url": "https://mcp.atlassian.com/v1/sse",
|
|
"_note": "Alternative to Azure DevOps. Used by /plan, /decompose, /implement, /new-task for work item tracking."
|
|
},
|
|
"AzureDevops": {
|
|
"command": "npx",
|
|
"args": ["-y", "@nicepkg/azure-devops-mcp@latest"],
|
|
"env": {
|
|
"AZURE_DEVOPS_ORG_URL": "https://dev.azure.com/YOUR_ORG",
|
|
"AZURE_DEVOPS_AUTH_METHOD": "pat",
|
|
"AZURE_DEVOPS_PAT": "YOUR_PAT_HERE",
|
|
"AZURE_DEVOPS_DEFAULT_PROJECT": "YOUR_PROJECT"
|
|
},
|
|
"_note": "Alternative to Jira. Used by /plan, /decompose, /implement, /new-task for work item tracking."
|
|
},
|
|
"playwright": {
|
|
"command": "npx",
|
|
"args": ["@anthropic/mcp-playwright"],
|
|
"_note": "Optional. Used by /ui-design for visual verification (screenshots, viewport testing)."
|
|
},
|
|
"context7": {
|
|
"command": "npx",
|
|
"args": ["-y", "@upstash/context7-mcp@latest"],
|
|
"_note": "Optional. Retrieves up-to-date library documentation."
|
|
}
|
|
}
|
|
}
|