Skip to content
VS Code

Groundhog for VS Code

io.github.dmytrome/groundhog-mcp

Search, read and research the web, with hidden text stripped by default and sources hashed

client:VS Code transport:stdio runtime:pypi

Install Groundhog in VS Code

.vscode/mcp.json

{
  "servers": {
    "groundhog-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "groundhog-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Groundhog in other clients