Skip to main content
Glama

MCP Environment & Installation Manager

by devlimelabs

configure-notifications

Enable or disable alerts for new server detection and available updates within the MCP Environment & Installation Manager to streamline server management.

Input Schema

NameRequiredDescriptionDefault
onNewServerDetectedNoNotify when new servers are detected
onUpdateAvailableNoNotify when updates are available

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "onNewServerDetected": { "description": "Notify when new servers are detected", "type": "boolean" }, "onUpdateAvailable": { "description": "Notify when updates are available", "type": "boolean" } }, "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