env
Create, read, update, delete, and list environment variables while automatically detecting and hiding secrets from LLM responses.
Instructions
Manage environment variables with automatic secret detection.
Variables matching SECRET_*, *_KEY, *_PASSWORD, *_TOKEN patterns are automatically detected and hidden from LLM responses. ENV files are stored at .mcp-kg-skills/envs/{env_id}.env
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keys | No | Variable keys to retrieve (for list_keys) - can be list or JSON string | |
| name | No | ENV name (for create) | |
| env_id | No | ENV node ID | |
| operation | Yes | Operation to perform (create, read, update, delete, list_keys) | |
| variables | No | Environment variables - can be dict or JSON string | |
| description | No | ENV description |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||