-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcopilot-mcp.json
More file actions
63 lines (63 loc) · 1.43 KB
/
copilot-mcp.json
File metadata and controls
63 lines (63 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"mcpServers": {
"riksdag-regering": {
"type": "http",
"url": "https://riksdag-regering-ai.onrender.com/mcp",
"tools": ["*"]
},
"scb": {
"type": "local",
"command": "npx",
"args": ["-y", "@jarib/pxweb-mcp@2.0.0", "--url", "https://api.scb.se/OV0104/v2beta"],
"tools": ["*"]
},
"world-bank": {
"type": "local",
"command": "npx",
"args": ["-y", "worldbank-mcp@1.0.1"],
"tools": ["*"]
},
"github": {
"type": "http",
"url": "https://api.githubcopilot.com/mcp/insiders",
"headers": {
"Authorization": "Bearer ${{ secrets.COPILOT_MCP_GITHUB_PERSONAL_ACCESS_TOKEN }}",
"X-MCP-Toolsets": "all"
},
"tools": ["*"]
},
"filesystem": {
"type": "local",
"command": "mcp-server-filesystem",
"args": [
"/home/runner/work/riksdagsmonitor/riksdagsmonitor"
],
"tools": ["*"]
},
"memory": {
"type": "local",
"command": "mcp-server-memory",
"args": [],
"tools": ["*"]
},
"sequential-thinking": {
"type": "local",
"command": "mcp-server-sequential-thinking",
"args": [],
"tools": ["*"]
},
"playwright": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@playwright/mcp@latest",
"--headless"
],
"env": {
"DISPLAY": ":99"
},
"tools": ["*"]
}
}
}