How to use MCP Tools (like SQLcl-MCP) in Composer Agent Mode?

Hey, thanks for the report. Your observations are spot on. This is a known issue with discovery MCP tools in agent mode.

What’s happening: the MCP server connects fine and the tools get registered (you can see it in the logs, like “Found 5 tools”), but the agent only sees ListMcpResources and FetchMcpResource (for resources), not the actual tools. The bug showed up somewhere between versions 2.3.34 and 2.3.41.

Try these workarounds:

  1. New chat + explicit request: Open a new chat and ask “list all MCP tools you have access to”. After that, tools might start working in the same session.

  2. Update to 2.4: A lot of users confirmed it works there: Downloads | Cursor Docs

  3. Restart Cursor after setting up MCP or explicitly mention the server name (for example “use SQLcl-MCP”). This helps some users.

Related threads with the same bug:

If the workarounds don’t help, send the Request ID from the broken chat (three dots in the top right of the chat > Copy Request ID). This will help the team with debugging.

1 Like