wet mcp for Zed
io.github.n24q02m/wet-mcp
Open-source MCP server for AI agents: web search, content extraction, and library docs.
client:Zed
transport:stdio
runtime:pypi
Install wet mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"wet-mcp": {
"command": "uvx",
"args": [
"wet-mcp"
],
"env": {
"API_KEYS": "<API_KEYS>",
"GITHUB_TOKEN": "<GITHUB_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs