creditsync for Zed
io.github.calademos/creditsync
Track credit card benefits, welcome offers, loyalty points, and money deadlines. No bank login.
client:Zed
transport:stdio
runtime:npm
Install creditsync in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"creditsync": {
"command": "npx",
"args": [
"-y",
"@creditsync-pro/mcp"
],
"env": {
"CREDITSYNC_API_KEY": "<CREDITSYNC_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs