MCP Environment & Installation Manager

by devlimelabs

localize-mcp-server

Configure and manage localized MCP server instances by specifying paths, server names, and package details for streamlined environment setup and package installation.

Input Schema

NameRequiredDescriptionDefault
configPathYesPath to configuration file
packageNameYesPackage name to use
serverNameYesName of the server in the configuration

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "configPath": { "description": "Path to configuration file", "type": "string" }, "packageName": { "description": "Package name to use", "type": "string" }, "serverName": { "description": "Name of the server in the configuration", "type": "string" } }, "required": [ "configPath", "serverName", "packageName" ], "type": "object" }
ID: kykgc78z0v