wraith-mcp
by Koreahwan
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HEADLESS | No | Set to 'true' to run browser headless. Default is false. | |
| OLLAMA_MODEL | No | Ollama model name for local fallback. | |
| PROXY_SERVER | No | Proxy server URL (e.g., 'http://proxy:8080'). | |
| BROWSER_LOCALE | No | Browser locale (e.g., 'en-US'). | |
| GOOGLE_API_KEY | No | Google Gemini API key for fallback autonomous tools. | |
| OPENAI_API_KEY | No | OpenAI API key for fallback autonomous tools. | |
| OPENAI_BASE_URL | No | Base URL for OpenAI-compatible API (e.g., DeepSeek, Groq, Together). | |
| BROWSER_TIMEZONE | No | Browser timezone (e.g., 'America/New_York'). | |
| BROWSER_VIEWPORT | No | Viewport dimensions (e.g., '1280x720'). | |
| ANTHROPIC_API_KEY | No | Anthropic API key for fallback autonomous tools. | |
| BROWSER_USE_MODEL | No | Override the default model or provide a sampling model hint. | |
| BROWSER_TRACES_DIR | No | Path to save traces. | |
| OPENROUTER_API_KEY | No | OpenRouter API key for fallback autonomous tools. | |
| BROWSER_PERMISSIONS | No | Comma-separated permissions to grant. | |
| BROWSER_TASK_TIMEOUT | No | Task timeout in seconds (default 120). | |
| BROWSER_STORAGE_STATE | No | Path to a file to restore cookies and localStorage from. | |
| BROWSER_USER_DATA_DIR | No | Path to browser user data directory. | |
| BROWSER_DOWNLOADS_PATH | No | Path to save downloads (default './downloads'). | |
| BROWSER_ALLOWED_DOMAINS | No | Comma-separated list of allowed domains. | |
| BROWSER_RECORD_HAR_PATH | No | Path to save HAR file. | |
| BROWSER_RECORD_VIDEO_DIR | No | Path to record video. | |
| BROWSER_BLOCK_IP_ADDRESSES | No | Set to 'true' to block direct IP navigation. | |
| BROWSER_PROHIBITED_DOMAINS | No | Comma-separated list of prohibited domains. | |
| BROWSER_WAIT_BETWEEN_ACTIONS | No | Wait time between actions in seconds. | |
| BROWSER_MINIMUM_WAIT_PAGE_LOAD_TIME | No | Minimum wait time for page load in seconds. | |
| BROWSER_WAIT_FOR_NETWORK_IDLE_PAGE_LOAD_TIME | No | Wait time for network idle in seconds. |
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
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/Koreahwan/wraith-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server