mcp nuvem fiscal for Zed
io.github.codespar/mcp-nuvem-fiscal
MCP server for Nuvem Fiscal — NF-e, NFS-e, NFC-e, CNPJ, CEP
client:Zed
transport:stdio
runtime:npm
Install mcp nuvem fiscal in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-nuvem-fiscal": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-nuvem-fiscal"
],
"env": {
"NUVEM_FISCAL_CLIENT_SECRET": "<NUVEM_FISCAL_CLIENT_SECRET>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs