Odel
websharp

websharp

Local
@jgador2C#MITUpdated 11mo ago

Search the web and extract article text for LLMs.

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).

Dockerdocker.io/jessegador/websharp-mcp:v0.99.0-rc2

Run

docker run -i --rm docker.io/jessegador/websharp-mcp:v0.99.0-rc2

MCP client config

{
  "mcpServers": {
    "websharp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/jessegador/websharp-mcp:v0.99.0-rc2"
      ]
    }
  }
}