From afafe1535358af3016ccc26a697ae38bf394086c Mon Sep 17 00:00:00 2001 From: Bernard Labno <431064+blabno@users.noreply.github.com> Date: Wed, 25 Mar 2026 17:38:39 +0000 Subject: [PATCH] Fix MCP config for cursor --- integrations/mcp.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/mcp.mdx b/integrations/mcp.mdx index 9144d42..64f82d4 100644 --- a/integrations/mcp.mdx +++ b/integrations/mcp.mdx @@ -72,7 +72,7 @@ To use it in a conversation, click the **+** icon in the composer, select **More "command": "npx", "args": ["-y", "@supadata/mcp"], "env": { - "X_API_KEY": "your-api-key" + "SUPADATA_API_KEY": "your-api-key" } } }