Odel
Web Researcher MCP

Web Researcher MCP

Local
@zoharbabin53GoMITUpdated 5 days ago

Your AI research assistant that cites real sources and stays honest

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/zoharbabin/web-researcher-mcp:1.49.3

Run

docker run -i --rm ghcr.io/zoharbabin/web-researcher-mcp:1.49.3

MCP client config

{
  "mcpServers": {
    "web-researcher-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/zoharbabin/web-researcher-mcp:1.49.3"
      ]
    }
  }
}
Dockerdocker.io/zoharbabin/web-researcher-mcp:1.49.3

Run

docker run -i --rm docker.io/zoharbabin/web-researcher-mcp:1.49.3

MCP client config

{
  "mcpServers": {
    "web-researcher-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/zoharbabin/web-researcher-mcp:1.49.3"
      ]
    }
  }
}