MCP Configpython
back-office-lmelp MCP Config
MCP configuration with 1 server: MongoDB
.mcp.json
{
"mcpServers": {
"MongoDB": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mongodb-mcp-server",
"--connectionString",
"mongodb://localhost:27018/masque_et_la_plume",
"--readOnly"
]
}
}
}