mcp focus nfe for Zed
io.github.codespar/mcp-focus-nfe
MCP server for Focus NFe — NFe, NFSe, NFCe emission and management
client:Zed
transport:stdio
runtime:npm
Install mcp focus nfe in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-focus-nfe": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-focus-nfe"
],
"env": {
"FOCUS_NFE_TOKEN": "<FOCUS_NFE_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs