mcp server for Zed
io.github.sthan-io/mcp-server
US address verification, parsing, autocomplete, geocoding, and IP geolocation APIs.
client:Zed
transport:stdio
runtime:npm
Install mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@sthan/mcp-server"
],
"env": {
"STHAN_API_KEY": "<STHAN_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs