2025-07-23 11:42:07 +08:00

110 lines
2.4 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"mcpServers": {
"context7": {
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"@upstash/context7-mcp"
],
"env": {
"DEFAULT_MINIMUM_TOKENS": ""
},
"disabled": false,
"alwaysAllow": []
},
"sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
],
"disabled": false,
"alwaysAllow": []
},
"mcp-feedback-enhanced": {
"command": "uvx",
"args": [
"mcp-feedback-enhanced"
],
"timeout": 600,
"autoApprove": [
"interactive_feedback"
],
"disabled": true,
"alwaysAllow": [
"get_system_info",
"interactive_feedback"
]
},
"playwright": {
"command": "npx",
"args": [
"@playwright/mcp"
],
"disabled": false,
"alwaysAllow": []
},
"mcp-server-time": {
"command": "uvx",
"args": [
"mcp-server-time",
"--local-timezone=Asia/Shanghai"
],
"disabled": false,
"alwaysAllow": []
},
"mcp-deepwiki": {
"command": "npx",
"args": [
"-y",
"mcp-deepwiki"
],
"disabled": false,
"alwaysAllow": [
"deepwiki_fetch"
]
},
"memory": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-memory"
],
"env": {
"MEMORY_FILE_PATH": "D:/Works/My Work Documents/饮食安全&健康生活/data/memory/memory.json"
},
"alwaysAllow": [
"create_entities",
"create_relations",
"search_nodes",
"read_graph",
"add_observations",
"open_nodes"
]
},
"mcp-shrimp-task-manager": {
"command": "npx",
"args": [
"-y",
"mcp-shrimp-task-manager"
],
"env": {
"DATA_DIR": "D:/Works/My Work Documents/饮食安全&健康生活/data/mcp-shrimp-task-manager",
"TEMPLATES_USE": "zh",
"ENABLE_GUI": "true",
"MCP_PROMPT_PLAN_TASK_APPEND": "\n\n## 額外指導\n\n請特別注意以下事項\n1. 優先考慮任務間的依賴關係\n2. 盡量減少任務耦合度"
},
"alwaysAllow": [
"plan_task",
"analyze_task",
"reflect_task",
"split_tasks",
"list_tasks",
"execute_task",
"verify_task"
]
}
}
}