MCP

Cursor

Add Gummble MCP to Cursor.

Cursor supports remote MCP servers natively.

1. Add the server

Click Add gummble to Cursor and confirm the new MCP server when Cursor opens.

Or add this entry to ~/.cursor/mcp.json, or to .cursor/mcp.json inside one project:

{
  "mcpServers": {
    "gummble": {
      "url": "https://mcp.gummble.com/mcp"
    }
  }
}

2. Sign in

Open Cursor Settings, go to MCP, and click Sign in next to gummble. Your browser opens Gummble OAuth; sign in on gummble.com, consent, done. Cursor also prompts you on the first tool call if you skip this step.

3. Verify

In a Cursor chat:

Use Gummble MCP to list 3 apps tagged "fintech".

Cursor will invoke the MCP tool and render the result.

Troubleshooting

If Cursor connects but returns no tools, re-authorize Gummble and check Troubleshooting. If OAuth opens but never completes, start with OAuth opens but fails.