Skip to content

Commit 8ba9707

Browse files
pawelniewieclaude
andcommitted
Move github, atlassian, playwright MCPs to global user scope
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d6ea92c commit 8ba9707

File tree

2 files changed

+2
-45
lines changed

2 files changed

+2
-45
lines changed

.claude/settings.local.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,5 @@
55
"Bash(npm run lint:*)",
66
"Bash(npm run test:integration:*)"
77
]
8-
},
9-
"enabledMcpjsonServers": [
10-
"github"
11-
]
8+
}
129
}

.mcp.json

Lines changed: 1 addition & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,3 @@
11
{
2-
"mcpServers": {
3-
"task-master-ai": {
4-
"type": "stdio",
5-
"command": "npx",
6-
"args": [
7-
"-y",
8-
"task-master-ai"
9-
],
10-
"env": {
11-
"ANTHROPIC_API_KEY": "${ANTHROPIC_API_KEY}",
12-
"PERPLEXITY_API_KEY": "YOUR_PERPLEXITY_API_KEY_HERE",
13-
"OPENAI_API_KEY": "YOUR_OPENAI_KEY_HERE",
14-
"GOOGLE_API_KEY": "YOUR_GOOGLE_KEY_HERE",
15-
"XAI_API_KEY": "YOUR_XAI_KEY_HERE",
16-
"OPENROUTER_API_KEY": "YOUR_OPENROUTER_KEY_HERE",
17-
"MISTRAL_API_KEY": "YOUR_MISTRAL_KEY_HERE",
18-
"AZURE_OPENAI_API_KEY": "YOUR_AZURE_KEY_HERE",
19-
"OLLAMA_API_KEY": "YOUR_OLLAMA_API_KEY_HERE"
20-
}
21-
},
22-
"github": {
23-
"type": "http",
24-
"url": "https://api.githubcopilot.com/mcp",
25-
"headers": {
26-
"Authorization": "Bearer ${GITHUB_PAT}"
27-
}
28-
},
29-
"atlassian": {
30-
"type": "sse",
31-
"url": "https://mcp.atlassian.com/v1/sse"
32-
},
33-
"playwright": {
34-
"type": "stdio",
35-
"command": "npx",
36-
"args": [
37-
"-y",
38-
"@playwright/mcp@latest"
39-
],
40-
"env": {}
41-
}
42-
}
2+
"mcpServers": {}
433
}

0 commit comments

Comments
 (0)