Skip to main content
Glama

magg_smart_configure

Automate server configuration using LLM sampling to analyze metadata from a source URL and generate optimal settings. Ensures servers are added to your setup with minimal manual effort.

Instructions

Use LLM sampling to intelligently configure and add a server from a URL.

This tool performs the complete workflow:

  1. Collects metadata about the source URL
  2. Uses LLM sampling (if context provided) to generate optimal configuration
  3. Automatically adds the server to your configuration

Note: This requires an LLM context for intelligent configuration. Without LLM context, it falls back to basic metadata-based heuristics. For generating configuration prompts without sampling, use configure_server_prompt.

Input Schema

NameRequiredDescriptionDefault
allow_addNoWhether to automatically add the server after configuration (default: False)
server_nameNoOptional server name (auto-generated if not provided)
sourceYesURL of the server package/repository

Input Schema (JSON Schema)

{ "properties": { "allow_add": { "default": false, "description": "Whether to automatically add the server after configuration (default: False)", "title": "Allow Add", "type": "boolean" }, "server_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Optional server name (auto-generated if not provided)", "title": "Server Name" }, "source": { "description": "URL of the server package/repository", "title": "Source", "type": "string" } }, "required": [ "source" ], "type": "object" }
Install Server

Other Tools from MAGG

Related Tools

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