epa mcp server for Zed
io.github.cyanheads/epa-mcp-server
Search EPA compliance, TRI, Superfund, drinking-water, EJScreen, and AirNow data.
client:Zed
transport:stdio
runtime:npm
Install epa mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"epa-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cyanheads/epa-mcp-server"
],
"env": {
"AIRNOW_API_KEY": "<AIRNOW_API_KEY>",
"EJSCREEN_API_BASE_URL": "<EJSCREEN_API_BASE_URL>",
"MCP_LOG_LEVEL": "<MCP_LOG_LEVEL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs