Groundhog
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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| read_urlA | Fetch one web page through the stealth browser and return clean, grounded content with provenance. Hidden text injected for models but invisible to humans is stripped by default
and reported in Reads a URL you already have: use |
| researchA | Search the web and return ranked passages drawn from several sources. One call does what Prefer |
| searchA | Search the web and return ranked hits (title, url, snippet, engine). Not for reading: it returns links, never page content. Use Use this to find pages, then pass the URLs you want to |
| statusA | Check whether Groundhog can reach the stealth browser. Call this to
diagnose setup before fetching: if |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| audit_hidden_text | Show what a page hides from human readers, and what it would have fed a model. |
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