blank invoice maker for Zed
io.github.innarm/blank-invoice-maker
Create free invoices from your AI assistant via a pre-filled blankinvoicemaker.com link.
client:Zed
transport:stdio
runtime:npm
Install blank invoice maker in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"blank-invoice-maker": {
"command": "npx",
"args": [
"-y",
"blank-invoice-maker-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs