Odel
Groundlink

Groundlink

Local
@ohhavefunPythonUpdated 1w ago

Cited web search for MCP hosts. Returns source-bearing results from Groundlink.

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

npmgroundlink-mcpv0.1.1

Run

npx -y groundlink-mcp

MCP client config

{
  "mcpServers": {
    "groundlink": {
      "command": "npx",
      "args": [
        "-y",
        "groundlink-mcp"
      ]
    }
  }
}