Skip to main content
Glama

MCP Environment & Installation Manager

by devlimelabs

localize-mcp-server

Manage and configure MCP server environments by specifying configuration paths, server names, and package names for streamlined local setup and 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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/devlimelabs/mcp-env-manager-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server