magg_smart_configure
Configure and add servers intelligently using LLM sampling. Analyzes metadata from a source URL, generates optimal configurations, and integrates servers into MAGG's MCP management system.
Instructions
Use LLM sampling to intelligently configure and add a server from a URL.
This tool performs the complete workflow:
Collects metadata about the source URL
Uses LLM sampling (if context provided) to generate optimal configuration
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
Name | Required | Description | Default |
---|---|---|---|
allow_add | No | Whether to automatically add the server after configuration (default: False) | |
server_name | No | Optional server name (auto-generated if not provided) | |
source | Yes | URL of the server package/repository |