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
Copy file name to clipboardExpand all lines: README.md
+24-3Lines changed: 24 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3

4
4
5
5
6
-
With the new Iterable MCP server, you can now connect Iterable to your favorite AI tools like Cursor, Claude Desktop, Claude Code, Windsurf, and Gemini CLI!
6
+
With the new Iterable MCP server, you can now connect Iterable to your favorite AI tools like Cursor, Claude Desktop, Claude Code, Windsurf, Gemini CLI, and Antigravity!
7
7
8
8
## What is MCP?
9
9
@@ -94,15 +94,16 @@ claude mcp add-from-claude-desktop
94
94
95
95
For more information, see the [Claude Code MCP documentation](https://docs.claude.com/en/docs/claude-code/mcp).
96
96
97
-
### Manual configuration (Cursor, Claude Desktop, Windsurf & Gemini CLI)
The above commands will automatically configure your AI tool to use the MCP server by editing the appropriate configuration file, but you can also manually edit the appropriate configuration file:
**Process persistence:** After switching API keys with `keys activate`, you must **fully restart Windsurf** (quit and reopen the application). Windsurf keeps MCP server processes running in the background, and they don't automatically reload when you switch keys.
332
333
334
+
#### Antigravity
335
+
336
+
**Tool limit:** Antigravity has a maximum limit of 100 tools per MCP server. When all permissions are enabled (`ITERABLE_USER_PII=true`, `ITERABLE_ENABLE_WRITES=true`, `ITERABLE_ENABLE_SENDS=true`), the Iterable MCP server exposes **104 tools**, which exceeds this limit.
337
+
338
+
**Workaround:** Use restricted permissions to stay under the 100-tool limit:
339
+
- With default permissions (all disabled): 26 tools ✅
340
+
- With PII only: 37 tools ✅
341
+
- With PII + writes: 86 tools ✅
342
+
- With all permissions: 104 tools ❌ (exceeds Antigravity limit)
343
+
344
+
You can configure permissions when adding a key:
345
+
```bash
346
+
iterable-mcp keys add --advanced
347
+
```
348
+
349
+
Or update an existing key's permissions:
350
+
```bash
351
+
iterable-mcp keys update <key-name> --advanced
352
+
```
353
+
333
354
## Beta Feature Reminder
334
355
Iterable's MCP server is currently in beta. MCP functionality may change, be
335
356
suspended, or be discontinued at any time without notice. This software is
0 commit comments