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: apps/docs/content/docs/en/mcp/deploy-workflows.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,10 @@ Add to your VS Code MCP settings (`.vscode/mcp.json`):
118
118
For public servers, omit the `X-API-Key` header and `--header` arguments. Public servers don't require authentication.
119
119
</Callout>
120
120
121
+
<Callouttype="warn">
122
+
`$SIM_API_KEY` is a placeholder. For Claude Desktop and VS Code configs, replace it with your actual API key since these clients don't expand environment variables in JSON config files. Claude Code and Cursor handle variable expansion natively.
123
+
</Callout>
124
+
121
125
## Server Management
122
126
123
127
From the server detail view in **Settings → Workflow MCP Servers**, you can:
0 commit comments