-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmcp-servers.json
More file actions
54 lines (54 loc) · 1.11 KB
/
Copy pathmcp-servers.json
File metadata and controls
54 lines (54 loc) · 1.11 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
{
"codexToolApprovalModes": {
"notion": {
"notion-create-pages": "approve",
"notion-update-page": "approve"
}
},
"mcpServers": {
"context7": {
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp"
],
"env": {}
},
"unityMCP": {
"type": "remote",
"url": "http://127.0.0.1:38080/mcp",
"openCodeOnly": true
},
"CoplayMCP": {
"type": "local",
"command": "uvx",
"args": [
"--python",
">=3.11",
"coplay-mcp-server@latest"
],
"env": {
"MCP_TOOL_TIMEOUT": "720000"
}
},
"FigmaMCP": {
"type": "remote",
"url": "http://127.0.0.1:3845/mcp",
"openCodeOnly": true
},
"FigmaDeveloperMCP": {
"type": "local",
"command": "bash",
"args": [
"-lc",
"source ~/.zsh_secret && export FIGMA_API_KEY=\"$FIGMA_PAT\" && exec npx -y figma-developer-mcp --stdio"
],
"env": {},
"openCodeOnly": true
},
"notion": {
"type": "remote",
"url": "https://mcp.notion.com/mcp"
}
}
}