I added this as an MCP server to Cursor, but it doesn't seem to be working.
Here's the MCP JSON entry (testing with a working localhost database first):
{
"mcpServers": {
"mongodb": {
"command": "npx",
"args": ["mongo-mcp", "mongodb://localhost:27017/charts"]
}
}
}
And here's the response I get from the Cursor agent:
Did I do something wrong?
I added this as an MCP server to Cursor, but it doesn't seem to be working.
Here's the MCP JSON entry (testing with a working localhost database first):
{ "mcpServers": { "mongodb": { "command": "npx", "args": ["mongo-mcp", "mongodb://localhost:27017/charts"] } } }And here's the response I get from the Cursor agent:
Did I do something wrong?