mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-23 23:39:47 +08:00
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"mcpServers": {
|
|
"context7": {
|
|
"command": "npx",
|
|
"args": ["-y", "@upstash/context7-mcp@latest"]
|
|
},
|
|
"sequential-thinking": {
|
|
"command": "npx",
|
|
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
|
|
},
|
|
"mcp-feedback-enhanced": {
|
|
"command": "uvx",
|
|
"args": ["mcp-feedback-enhanced@latest"],
|
|
"timeout": 600,
|
|
"autoApprove": ["interactive_feedback"]
|
|
},
|
|
"playwright": {
|
|
"command": "npx",
|
|
"args": ["@playwright/mcp@latest"]
|
|
},
|
|
"mcp-server-time": {
|
|
"command": "uvx",
|
|
"args": ["mcp-server-time", "--local-timezone=Asia/Shanghai"]
|
|
},
|
|
"shrimp-task-manager": {
|
|
"command": "npx",
|
|
"args": ["-y", "mcp-shrimp-task-manager"],
|
|
"env": {
|
|
"DATA_DIR": "D:/workspace/tools/mcp-shrimp-task-manager/data",
|
|
"TEMPLATES_USE": "en",
|
|
"ENABLE_GUI": "true"
|
|
}
|
|
},
|
|
"mcp-deepwiki": {
|
|
"command": "npx",
|
|
"args": ["-y", "mcp-deepwiki@latest"]
|
|
},
|
|
"memory": {
|
|
"command": "npx",
|
|
"args": ["-y", "@modelcontextprotocol/server-memory"],
|
|
"env": {
|
|
"MEMORY_FILE_PATH": "D:/workspace/tools/server-memory/memory.json"
|
|
}
|
|
}
|
|
}
|
|
}
|