Files
claudekit/skills/init/templates/mcp-servers.json
T
2026-04-19 14:10:38 +07:00

53 lines
1.2 KiB
JSON

{
"context7": {
"win32": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@upstash/context7-mcp"]
},
"posix": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp"]
}
},
"sequential": {
"win32": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@modelcontextprotocol/server-sequential-thinking"]
},
"posix": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
}
},
"playwright": {
"win32": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@playwright/mcp"]
},
"posix": {
"command": "npx",
"args": ["-y", "@playwright/mcp"]
}
},
"memory": {
"win32": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@modelcontextprotocol/server-memory"]
},
"posix": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"]
}
},
"filesystem": {
"win32": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@modelcontextprotocol/server-filesystem", "."]
},
"posix": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "."]
}
}
}