Skip to content
Cursor

mcp webgate for Cursor

io.github.x-hannibal/mcp-webgate

Web search that doesn't wreck your AI's memory.

client:Cursor transport:stdio runtime:pypi

Install mcp webgate in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-webgate": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-webgate"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp webgate in other clients