mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
13 lines
245 B
JSON
13 lines
245 B
JSON
{
|
|
"mcpServers": {
|
|
"memory": {
|
|
"command": "npx",
|
|
"args": ["-y", "@modelcontextprotocol/server-memory"]
|
|
},
|
|
"time": {
|
|
"command": "uvx",
|
|
"args": ["mcp-server-time", "--local-timezone=Asia/Shanghai"]
|
|
}
|
|
}
|
|
}
|