MCP Environment & Installation Manager

by devlimelabs

export-env-vars

Export environment variables from a specified MCP server profile in dotenv, json, or shell format for streamlined configuration and integration.

Input Schema

NameRequiredDescriptionDefault
formatYesExport format (dotenv, json, or shell)
profileIdYesProfile ID to export environment variables from

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "format": { "description": "Export format (dotenv, json, or shell)", "enum": [ "dotenv", "json", "shell" ], "type": "string" }, "profileId": { "description": "Profile ID to export environment variables from", "type": "string" } }, "required": [ "profileId", "format" ], "type": "object" }
ID: kykgc78z0v