MCP Environment & Installation Manager

by devlimelabs

create-profile

Generate and manage custom profiles to configure environment variables and automate package installations for MCP servers using JSON input.

Input Schema

NameRequiredDescriptionDefault
descriptionNoDescription of the profile
nameYesName of the profile

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "description": "Description of the profile", "type": "string" }, "name": { "description": "Name of the profile", "type": "string" } }, "required": [ "name" ], "type": "object" }
ID: kykgc78z0v