Legal

Privacy Policy

ServerMind is open-source software you run on your own servers. This policy explains what the self-hosted app does (and doesn't) do with your data, and what the servermind.dev website collects.

Last updated: June 18, 2026

The short version

  • The self-hosted app collects no telemetry — it has no cloud backend and never phones home. We (the ServerMind project) never receive your servers' data, credentials, logs, or usage.
  • The only data that leaves your server is what you configure: your chat prompts and the command output needed to answer them go to the AI provider you chose, under your own account. Use a local model (Ollama) for zero data egress.
  • This website uses privacy-friendly, aggregate analytics (Microsoft Clarity) to improve the docs and landing pages. No accounts, no marketing emails, no selling of data.

The self-hosted application

ServerMind runs entirely on infrastructure you control. It is not a service we operate.

  • No telemetry, no analytics, no "call home." The app does not transmit usage, crash, or diagnostic data to us or any third party we control.
  • Your secrets stay local. Configuration and secrets (auth hashes, TOTP secret, AI keys, DB passwords) live in local files on your server (restricted file permissions; secret fields encrypted at rest). They are never sent to us.
  • Your AI provider. To answer a question, ServerMind sends your prompt and the relevant command/query output to the AI backend you configured (e.g. Google Gemini, Anthropic Claude, an OpenAI-compatible API, or a local Ollama model). That data is processed under your own account and that provider's privacy terms. Choosing a local Ollama backend keeps everything on your machine.
  • No database, no profiles. Sessions are kept in memory; there is no central user database operated by us.

The servermind.dev website

The marketing and documentation pages at servermind.dev are a static site. To understand which content is useful and to fix problems, they use:

  • Microsoft Clarity — aggregate, privacy-friendly product analytics (page views, clicks, scroll, and heatmaps/session insights). Clarity may set cookies or use local storage and processes data per Microsoft's privacy statement. We use it only to improve the site, not to identify you. See Microsoft's privacy statement.
  • A CDN (jsDelivr) serves web fonts. As with any asset request, the CDN receives standard request metadata (such as your IP address) to deliver the files.

The website itself does not require an account, does not ask for personal information, and does not send marketing email. Installer and uninstaller scripts are served as plain files; running them does not register you anywhere.

Cookies & local storage

The website uses cookies/local storage only via Microsoft Clarity (analytics). The self-hosted app uses a first-party session cookie for your login — that cookie lives between your browser and your server, and we never see it.

Data we hold

Because there is no account system and no app backend, we do not hold personal data about users of the software. For the website, we hold only the aggregate analytics described above, retained by Microsoft Clarity under its retention terms.

Children

ServerMind is a developer tool not directed to children and is not intended for use by anyone under 13.

Changes

We may update this policy as the project evolves; material changes will be reflected by the "Last updated" date above.

Contact

ServerMind is maintained by Ajjlal Ahmed. For privacy questions or requests, email hello@servermind.dev or open an issue at github.com/AjjlalAhmed/servermind.

Terms of Use →