mirror of
https://github.com/duthaho/claudekit.git
synced 2026-06-10 12:14:57 +03:00
25 lines
627 B
JSON
25 lines
627 B
JSON
{
|
|
"mcpServers": {
|
|
"context7": {
|
|
"command": "cmd",
|
|
"args": ["/c", "npx", "-y", "@upstash/context7-mcp"]
|
|
},
|
|
"sequential": {
|
|
"command": "cmd",
|
|
"args": ["/c", "npx", "-y", "@modelcontextprotocol/server-sequential-thinking"]
|
|
},
|
|
"playwright": {
|
|
"command": "cmd",
|
|
"args": ["/c", "npx", "-y", "@playwright/mcp"]
|
|
},
|
|
"memory": {
|
|
"command": "cmd",
|
|
"args": ["/c", "npx", "-y", "@modelcontextprotocol/server-memory"]
|
|
},
|
|
"filesystem": {
|
|
"command": "cmd",
|
|
"args": ["/c", "npx", "-y", "@modelcontextprotocol/server-filesystem", "."]
|
|
}
|
|
}
|
|
}
|