数据同步

This commit is contained in:
2026-01-05 10:19:51 +08:00
parent ba0ebcf273
commit 408c6a2029
206 changed files with 52458 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
{
"mcpServers": {
"MongoDB_ckb": {
"command": "npx",
"args": ["-y", "mongodb-mcp-server@1.2.0", "--readOnly"],
"env": {
"MDB_MCP_CONNECTION_STRING": "mongodb://ckb:123456@192.168.1.106:27017/ckb"
}
},
"MongoDB_KR": {
"command": "npx",
"args": ["-y", "mongodb-mcp-server@1.2.0", "--readOnly"],
"env": {
"MDB_MCP_CONNECTION_STRING": "mongodb://admin:key123456@192.168.2.16:27017/admin"
}
},
"Moncter": {
"command": "node",
"args": ["./MCP/moncter-mcp-server/dist/index.js"],
"cwd": "YOUR_PROJECT_PATH",
"env": {
"MONCTER_API_URL": "http://127.0.0.1:8787"
}
}
}
}