This commit is contained in:
wong
2026-01-05 11:04:08 +08:00
parent 8beb2cb6fe
commit f096e07ec8
19 changed files with 4352 additions and 27 deletions

View File

@@ -1,11 +1,26 @@
{
"mcpServers": {
"MongoDB": {
"command": "npx",
"args": ["-y", "mongodb-mcp-server@latest", "--readOnly"],
"env": {
"MDB_MCP_CONNECTION_STRING": "mongodb://ckb:123456@192.168.1.106:27017/ckb"
}
"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": "E:/Cunkebao/Cunkebao02/Moncter",
"env": {
"MONCTER_API_URL": "http://127.0.0.1:8787"
}
}
}
}
}