Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

mcp focus nfe in other clients