Attach environments to tool sources
Attaching an environment to a tool source is useful when configuration should be available to all users of the toolset. This ensures consistent behavior across all users without requiring them to provide their own configuration values.
You can specify configuration that will be passed as headers to your API, even if those headers are not explicitly defined in your API specification.
Warning
Configuration attached to a tool source will apply to all users, including users of public MCP servers. Be careful not to include user-specific credentials or tokens that should only be available to certain users.
Attaching an environment to a tool source
First, ensure you have created an environment with the configuration values you want to attach.
Then follow these steps:
- Navigate to the Toolsets tab
- Click the More Actions () menu on the Source Card you want to attach an environment to

- Click Attach Environment

- Select the environment you created in the first step
These environment values will now apply to all users of the toolset.
Last updated on