G3ERP/.roo/mcp.json

121 lines
2.8 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": false,
"alwaysAllow": [
"interactive_feedback",
"get_system_info"
]
},
"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/树云科技/项目内容/G3ERP操作手册/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/树云科技/项目内容/G3ERP操作手册/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"
]
},
"chain-of-thought": {
"command": "npx",
"args": ["-y", "mcp-chain-of-thought"],
"env": {
"DATA_DIR": "D:/Works/My Work Documents/树云科技/项目内容/G3ERP操作手册/data/chain-of-thought",
"ENABLE_THOUGHT_CHAIN": "true",
"TEMPLATES_USE": "zh",
"ENABLE_GUI": "true",
"ENABLE_DETAILED_MODE": "true"
}
}
}
}