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:
- 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 |