2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-04 03:54:55 +01:00
This commit is contained in:
kev
2025-05-07 17:49:48 +08:00
parent 51353b52db
commit 3b080ab4f4
4 changed files with 30 additions and 0 deletions

12
mcpo/data/config.json Normal file
View File

@@ -0,0 +1,12 @@
{
"mcpServers": {
"memory": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"]
},
"time": {
"command": "uvx",
"args": ["mcp-server-time", "--local-timezone=Asia/Shanghai"]
}
}
}