PluginBench
MCP Server
Maintained
MIT

io.github.annibale-x/mcp-webgate MCP Server

io.github.annibale-x/mcp-webgate

What is the io.github.annibale-x/mcp-webgate MCP server?

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

How to install io.github.annibale-x/mcp-webgate

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-webgate": {
      "command": "uvx",
      "args": [
        "mcp-webgate"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-webgate": {
      "command": "uvx",
      "args": [
        "mcp-webgate"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-webgate": {
      "command": "uvx",
      "args": [
        "mcp-webgate"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-webgate": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-webgate"
      ]
    }
  }
}
Claude Code
claude mcp add mcp-webgate -- uvx mcp-webgate

Related MCP servers

Rust MCP server for denoised web search — fetch, clean, and rerank web content for AI agents.

7
Rust
MIT
View repository →

An MCP server that provides persistent memory and context management across sessions

2
Python
MIT
View repository →