Skip to main content
Glama

magg_enable_server

Enable a specific server by its name using this tool, facilitating dynamic server management and extending LLM capabilities within the MAGG MCP server framework.

Instructions

Enable a server.

Input Schema

NameRequiredDescriptionDefault
nameYesServer name to enable

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Server name to enable", "title": "Name", "type": "string" } }, "required": [ "name" ], "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/sitbon/magg'

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