Groundhog
by dmytrome
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CDP_URL | No | CDP endpoint of the stealth browser. | http://127.0.0.1:9222 |
| SEARXNG_URL | No | Your SearXNG instance for search, e.g. http://searxng:8080. Needs formats: [html, json]. Unset → SERP via the stealth browser. | |
| GROUNDHOG_MAX_TOKENS | No | Token budget before truncation. | 20000 |
| GROUNDHOG_COMPOSE_FILE | No | Use docker compose -f <file> up -d for auto-start instead of docker run (local repo). | |
| GROUNDHOG_MIN_DELAY_MS | No | Minimum delay between requests to the same domain. | 5000 |
| GROUNDHOG_BROWSER_IMAGE | No | Image used for auto-start. | ghcr.io/dmytrome/groundhog:latest |
| GROUNDHOG_SEARCH_BACKEND | No | auto (SearXNG when SEARXNG_URL is set, else SERP), or force searxng / serp. | auto |
| GROUNDHOG_BLOCK_PRIVATE_IPS | No | Enforce the SSRF guard (resolve + block private ranges). | true |
| GROUNDHOG_AUTO_START_BROWSER | No | Auto-pull-and-run the browser container when it isn't reachable. | true |
| GROUNDHOG_MAX_CONCURRENT_PAGES | No | Cap on concurrent open tabs. | 4 |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/dmytrome/groundhog'
If you have feedback or need assistance with the MCP directory API, please join our Discord server