bamwor mcp server for Zed
io.github.bamwor-dev/bamwor-mcp-server
World geographic data for AI agents: 261 countries, 5.2M cities, rankings, and 9 indexes.
client:Zed
transport:stdio
runtime:npm
Install bamwor mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"bamwor-mcp-server": {
"command": "npx",
"args": [
"-y",
"bamwor-mcp-server"
],
"env": {
"BAMWOR_API_KEY": "<BAMWOR_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs