{ "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 } } }