invovate mcp server for Zed
io.github.lightspeedplusone/invovate-mcp-server
AI-agent invoice generator: PDF, JSON & UBL in 11 languages via the Invovate API.
client:Zed
transport:stdio
runtime:npm
Install invovate mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"invovate-mcp-server": {
"command": "npx",
"args": [
"-y",
"invovate-mcp-server"
],
"env": {
"INVOVATE_API_KEY": "<INVOVATE_API_KEY>",
"INVOVATE_API_BASE": "<INVOVATE_API_BASE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs