-
Notifications
You must be signed in to change notification settings - Fork 154
Expand file tree
/
Copy path.mcp.json
More file actions
35 lines (35 loc) · 1.03 KB
/
.mcp.json
File metadata and controls
35 lines (35 loc) · 1.03 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
{
"mcpServers": {
"storybook": {
"type": "http",
"url": "https://baldasseva--storybook-mcp.apify.actor/mcp?token=${APIFY_TOKEN}"
},
"figma": {
"type": "http",
"url": "https://mcp.figma.com/mcp"
},
"dev": {
"type": "http",
"url": "http://localhost:3001",
"headers": {
"Authorization": "Bearer ${APIFY_TOKEN}"
}
},
"stdio": {
"command": "node",
"args": ["dist/stdio.js"],
"env": {
"APIFY_TOKEN": "${APIFY_TOKEN}",
"NODE_EXTRA_CA_CERTS": "${NODE_EXTRA_CA_CERTS}"
}
},
"stdio-full": {
"command": "node",
"args": ["dist/stdio.js", "--tools=actors,docs,experimental,runs,storage,apify/rag-web-browser"],
"env": {
"APIFY_TOKEN": "${APIFY_TOKEN}",
"NODE_EXTRA_CA_CERTS": "${NODE_EXTRA_CA_CERTS}"
}
}
}
}