MCP limitations/issues

When I import my MCP JSON from RooCode or Cline (where it works fine) into Cursor, I get error messages saying that the combined server and tool name length exceeds 60 characters. Could you please fix this limitation?


Try this, it seems that Cursor has a different configuration setup for MCPs than Cline:

"postgres": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-postgres",
        "postgresql://localhost/mydb"
      ]
    }

Taken from the docs here: