2025-07-02 11:05:23 +08:00

55 lines
1.2 KiB
JSON

{
"mcpServers": {
"mcp-feedback-enhanced": {
"command": "cmd",
"args": ["/c", "uvx", "mcp-feedback-enhanced@latest"],
"timeout": 600,
"env": {
"MCP_DESKTOP_MODE": "true",
"MCP_WEB_PORT": "8765",
"MCP_DEBUG": "true"
},
"autoApprove": ["interactive_feedback"]
},
"codelf": {
"command": "npx",
"args": ["codelf"],
"autoRun": true,
"autoApprove": ["codelf"]
},
"sequential-thinking": {
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"@modelcontextprotocol/server-sequential-thinking"
],
"autoApprove": ["sequentialthinking", "sequential-thinking"],
"autoRun": true
},
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp@latest"],
"autoRun": true
},
"playwright": {
"command": "npx",
"args": ["-y", "@playwright/mcp@latest"],
"autoRun": true
},
"mcp-server-time": {
"command": "cmd",
"args": [
"/c",
"uvx",
"mcp-server-time",
"--local-timezone=Asia/Shanghai"
],
"autoApprove": ["get_current_time", "convert_time"],
"autoRun": true
}
}
}