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-webgateRelated MCP servers
io.github.annibale-x/webshift
Maintained
Rust MCP server for denoised web search — fetch, clean, and rerank web content for AI agents.
7
View repository →Rust
MIT
io.github.annibale-x/mcp-memento
Maintained
An MCP server that provides persistent memory and context management across sessions
2
View repository →Python
MIT