Privacy Policy

Last updated: June 4, 2026

The Short Version


1. What sfeed is

sfeed is a CLI tool and MCP server that posts to Facebook Pages and Instagram on your behalf. It runs on your machine.

sfeed is made and operated by Nemantic. You can learn more at nemantic.com.

2. Authentication

When you run sfeed auth facebook, your browser opens so you can approve access in Facebook. sfeed then saves the connection it needs for posting and scheduling.

  1. You sign in to Facebook and approve the requested permissions
  2. sfeed finishes the connection
  3. The saved connection can then be used for immediate posting and scheduled posting

3. What we store

On your machine (always):

In the hosted service:

We don't store your optional local credentials. Those stay on your machine.

4. Hosted scheduling

When you schedule a post with sfeed post "content" --at "2026-04-01T09:00:00Z", sfeed keeps the information needed to publish that post later.

If you only post immediately and never schedule anything, your post content does not need to be kept for later delivery.

5. Optional local credentials

If you choose to use your own credentials, those credentials stay on your machine.

6. Third-party services

7. CLI telemetry and problem reports

Anonymous CLI telemetry is enabled by default. You can change this with sfeed telemetry on or sfeed telemetry off. You can also set SFEED_TELEMETRY=0 to disable telemetry from the environment.

When telemetry is enabled, sfeed sends command usage information such as command name, CLI version, operating system, Node major version, whether a post was scheduled, whether media was included, and the error type when a command fails. It does not send post content, media, tokens, account IDs, page IDs, account names, file paths, or billing details.

When you run sfeed report "what went wrong", sfeed sends the message you write, optional contact email, command context, CLI version, OS, and Node version. Do not include tokens, auth codes, payment details, or private post content in the message.

When telemetry is enabled, uncaught CLI crashes send an automatic crash report. Crash reports include the crash message and stack. Before sending, sfeed redacts bearer tokens, obvious token fields, and your home directory path.

When you run an interactive terminal command, sfeed checks npm for newer CLI version metadata at most once per day. Set SFEED_UPDATE_CHECK=0 to disable update checks.

8. How to remove sfeed completely

  1. Remove the saved connection in sfeed: sfeed auth revoke facebook
  2. Revoke Facebook access: go to Facebook Settings > Business Integrations, find sfeed, click Remove.
  3. Uninstall direct installs by removing the managed install directories: rm -rf ~/.sfeed/bin ~/.sfeed/npm. If you installed with npm, use npm uninstall -g @sfeed/cli.

After revoking on Facebook, sfeed can no longer post to your accounts. Any scheduled posts will fail.

Deletion instructions for Meta are also available at sfeed.dev/data-deletion.

9. The website

This website (sfeed.dev) is a static site. It uses Google Analytics to understand basic web traffic, like which pages are visited. The CLI does not include Google Analytics.

10. Changes

If this policy changes, the "Last updated" date at the top will change.

11. Contact

Questions about privacy: legal@nemantic.com