Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_LEVEL | No | Logging level for the application | INFO |
GRADIO_SHARE | No | Whether to create a public share link for the Gradio interface | false |
OPENAI_API_KEY | No | Your OpenAI API key for AI guidance (at least one AI provider key is required) | |
OLLAMA_BASE_URL | No | Base URL for Ollama service (at least one AI provider is required) | http://localhost:11434 |
ANTHROPIC_API_KEY | No | Your Anthropic API key for AI guidance (at least one AI provider key is required) | |
DEFAULT_OUTPUT_DIR | No | Directory where generated MCP servers will be saved | ./mcp_servers |
GRADIO_SERVER_PORT | No | Port for the Gradio interface server | 7860 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |