MCP Environment & Installation Manager

by devlimelabs

get-env-var

Retrieve environment variables from a specified profile. Enter the profile ID and variable key to access configuration data directly from the MCP Environment & Installation Manager.

Input Schema

NameRequiredDescriptionDefault
keyYesEnvironment variable key
profileIdYesProfile ID to get environment variable from

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "key": { "description": "Environment variable key", "type": "string" }, "profileId": { "description": "Profile ID to get environment variable from", "type": "string" } }, "required": [ "profileId", "key" ], "type": "object" }
ID: kykgc78z0v