gdelt mcp for Zed
io.github.mrfentmen/gdelt-mcp
Search the global news archive by keyword with recency and language filters. No key required.
client:Zed
transport:stdio
runtime:npm
Install gdelt mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"gdelt-mcp": {
"command": "npx",
"args": [
"-y",
"gdelt-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs