BLS OEWS for Zed
io.github.1102tools/bls-oews-mcp
BLS Occupational Employment and Wage Statistics market wages. 7 tools.
client:Zed
transport:stdio
runtime:pypi
Install BLS OEWS in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"bls-oews-mcp": {
"command": "uvx",
"args": [
"bls-oews-mcp"
],
"env": {
"BLS_API_KEY": "<BLS_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs