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
Tried to configure the MCP server w / wo env. In both the cases, we are not being able to get the connection up & running. It says, "Client Closed" and these are the errors from the "Output > Cursor MCP",
2025-05-05 23:59:19.996 [info] goDB: Handling CreateClient action
2025-05-05 23:59:19.997 [info] goDB: Starting new stdio process with command: npx -y mongodb-mcp-server --connectionString mongodb://shashank:Greesh#123@localhost:27017/xcrosit-db?directConnection=true
2025-05-05 23:59:20.516 [info] goDB: Client closed for command
2025-05-05 23:59:20.516 [error] goDB: Error in MCP: Client closed
2025-05-05 23:59:20.516 [info] -mcp: Handling ListOfferings action
2025-05-05 23:59:20.516 [info] -mcp: Listing offerings
2025-05-05 23:59:20.516 [info] -mcp: Connected to stdio server, fetching offerings
2025-05-05 23:59:20.517 [error] user-clickup-mcp: [05/05/25 23:59:20] INFO Processing request of type server.py:534
ListToolsRequest
2025-05-05 23:59:20.518 [info] listOfferings: Found 3 tools
2025-05-05 23:59:20.518 [info] -mcp: Found 3 tools, 0 resources, and 0 resource templates
2025-05-05 23:59:20.521 [info] -mcp: Handling ListOfferings action
2025-05-05 23:59:20.521 [info] -mcp: Listing offerings
2025-05-05 23:59:20.521 [info] -mcp: Connected to stdio server, fetching offerings
2025-05-05 23:59:20.522 [info] listOfferings: Found 3 tools
2025-05-05 23:59:20.522 [info] -mcp: Found 3 tools, 0 resources, and 0 resource templates
2025-05-05 23:59:20.523 [info] ext7: Handling ListOfferings action
2025-05-05 23:59:20.523 [info] ext7: Listing offerings
2025-05-05 23:59:20.523 [info] ext7: Connected to stdio server, fetching offerings
2025-05-05 23:59:20.523 [info] listOfferings: Found 2 tools
2025-05-05 23:59:20.523 [info] ext7: Found 2 tools, 0 resources, and 0 resource templates
2025-05-05 23:59:20.524 [info] goDB: Handling ListOfferings action
2025-05-05 23:59:20.524 [error] goDB: No server info found
Note: We have tunnel to a different server and opened the port of 27017 to make a connection. We are making sure that port is open and tried verifying by establishing a connection through simple code. Assuming that nothing would impact due to this.
Please help us understand what exactly is going wrong here ? Also, if anyone is able to configure the MCP server in Cursor, please do help me.
Thank You!!
The text was updated successfully, but these errors were encountered:
Hey, can you try running the npx command directly in your terminal (as opposed to going through Cursor)? That should give us the details of the connection issue.
App
Affected Models (if applicable)
Bug Description
Hello Team,
Tried to configure the MCP server w / wo env. In both the cases, we are not being able to get the connection up & running. It says, "Client Closed" and these are the errors from the "Output > Cursor MCP",
Note: We have tunnel to a different server and opened the port of 27017 to make a connection. We are making sure that port is open and tried verifying by establishing a connection through simple code. Assuming that nothing would impact due to this.
Please help us understand what exactly is going wrong here ? Also, if anyone is able to configure the MCP server in Cursor, please do help me.
Thank You!!
The text was updated successfully, but these errors were encountered: