mirror of
https://github.com/davila7/claude-code-templates.git
synced 2026-09-19 01:30:23 +08:00
12 lines
351 B
JSON
12 lines
351 B
JSON
{
|
|
"mcpServers": {
|
|
"MongoDB": {
|
|
"description":"A Model Context Protocol server to connect to MongoDB databases and MongoDB Atlas Clusters.",
|
|
"command": "npx",
|
|
"args": ["-y", "mongodb-mcp-server@latest", "--readOnly"],
|
|
"env": {
|
|
"MDB_MCP_CONNECTION_STRING": "mongodb://localhost:27017/myDatabase"
|
|
}
|
|
}
|
|
}
|
|
} |