wigolo
by KnockOutEZ
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Log level: 'debug', 'info', 'warn', 'error' (default 'info'). | info |
| LOG_FORMAT | No | Log format: 'json' (default) or 'text'. | json |
| SEARXNG_URL | No | External SearXNG URL (overrides local bootstrap). | |
| GROQ_API_KEY | No | Groq API key (alternative to WIGOLO_LLM_API_KEY). | |
| BRAVE_API_KEY | No | Brave Search API key to add Brave to the search pool. | |
| WIGOLO_SEARCH | No | Search backend: 'core' (default), 'searxng', or 'hybrid'. | core |
| GOOGLE_API_KEY | No | Google AI API key (alternative to WIGOLO_LLM_API_KEY for Gemini). | |
| OPENAI_API_KEY | No | OpenAI API key (alternative to WIGOLO_LLM_API_KEY). | |
| WIGOLO_DATA_DIR | No | Root directory for cache, models, config (default ~/.wigolo). | |
| WIGOLO_TLS_TIER | No | TLS impersonation tier: 'off' (default), 'auto', or 'on'. | off |
| ANTHROPIC_API_KEY | No | Anthropic API key (alternative to WIGOLO_LLM_API_KEY for Anthropic). | |
| WIGOLO_LLM_API_KEY | No | API key for the LLM provider. Optional – core tools work without it. | |
| WIGOLO_EAGER_WARMUP | No | Set to '1' to pre-warm models on startup. | |
| WIGOLO_GITHUB_TOKEN | No | GitHub token for increased code search rate limits and org-private repos. | |
| WIGOLO_LLM_PROVIDER | No | LLM provider (anthropic, openai, gemini, groq, or custom URL). Optional. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/KnockOutEZ/wigolo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server