You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a mongoldb running in my local Docker
and here is my Claude config json :
{
"mcpServers": {
"mongodb": {
"command": "npx",
"args": [
"mongo-mcp",
"mongodb://admin:secret@localhost:27017/admin?authSource=admin"
]
}
}
}
how ever, after restart Claude, it show below error
The text was updated successfully, but these errors were encountered:
I have a mongoldb running in my local Docker
and here is my Claude config json :
{
"mcpServers": {
"mongodb": {
"command": "npx",
"args": [
"mongo-mcp",
"mongodb://admin:secret@localhost:27017/admin?authSource=admin"
]
}
}
}
how ever, after restart Claude, it show below error
The text was updated successfully, but these errors were encountered: