gold prices mcp for Zed
io.github.mrfentmen/gold-prices-mcp
Gold and metal prices from gold-api.com (merged).
client:Zed
transport:stdio
runtime:npm
Install gold prices mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"gold-prices-mcp": {
"command": "npx",
"args": [
"-y",
"gold-prices-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs