Skip to main content
Glama
devlimelabs

MCP Environment & Installation Manager

by devlimelabs

get-installation-settings

Retrieve and manage installation settings for MCP servers, enabling streamlined configuration and setup of environment variables and package installations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Registration of the 'get-installation-settings' tool, including its inline handler. The handler retrieves the installation configuration from configService and returns the packageManager settings as a JSON text response.
    server.tool( "get-installation-settings", {}, async (_, extra) => { const config = configService.getInstallationConfig(); return { content: [ { type: "text", text: JSON.stringify({ packageManager: config.packageManager }, null, 2) } ] }; } );

Latest Blog Posts

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