-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.mcp.json
More file actions
43 lines (43 loc) · 1.07 KB
/
.mcp.json
File metadata and controls
43 lines (43 loc) · 1.07 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
{
"mcpServers": {
"alignkit-local": {
"command": "sh",
"args": [
"${CLAUDE_PLUGIN_ROOT}/scripts/run-mcp.sh",
"${CLAUDE_PLUGIN_ROOT}/mcp/alignkit/dist/server.bundle.mjs"
]
},
"testkit": {
"command": "sh",
"args": [
"${CLAUDE_PLUGIN_ROOT}/scripts/run-mcp.sh",
"${CLAUDE_PLUGIN_ROOT}/mcp/testkit/dist/server.bundle.mjs"
]
},
"shieldkit": {
"command": "sh",
"args": [
"${CLAUDE_PLUGIN_ROOT}/scripts/run-mcp.sh",
"${CLAUDE_PLUGIN_ROOT}/mcp/shieldkit/dist/server.bundle.mjs"
]
},
"lenskit": {
"command": "sh",
"args": [
"${CLAUDE_PLUGIN_ROOT}/scripts/run-mcp.sh",
"${CLAUDE_PLUGIN_ROOT}/mcp/lenskit/dist/server.bundle.mjs"
]
},
"timewarp": {
"command": "sh",
"args": [
"${CLAUDE_PLUGIN_ROOT}/scripts/run-mcp.sh",
"${CLAUDE_PLUGIN_ROOT}/mcp/timewarp/dist/server.bundle.mjs"
]
},
"alignkit": {
"command": "npx",
"args": ["-y", "-p", "alignkit", "alignkit-mcp"]
}
}
}