Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Claude APP Desktop can't connect to Mongo MCP #9

Open
wskardelsharpeye opened this issue Feb 16, 2025 · 1 comment
Open

Claude APP Desktop can't connect to Mongo MCP #9

wskardelsharpeye opened this issue Feb 16, 2025 · 1 comment

Comments

@wskardelsharpeye
Copy link

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

Image
@QuantGeekDev
Copy link
Owner

Thanks for submitting this. Does trying that connection url in something like Mongo Atlas work for you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants