Verlauf von MCP-Server im Namensraum io.form
io.form/formio-mcp · Status: aktiv
Die Quelle liefert zu diesem Eintrag keinen eigenen Namen. Der Bezeichner steht deshalb als Koordinate auf dieser Seite und nicht in der Überschrift.
Wenn Sie hier Ihren eigenen Kontonamen wiederfinden: formlos an German.saas@web.de, unter Angabe der Kennung. Ein Grund muss nicht genannt werden. Wie Sie widersprechen
Jede veröffentlichte Änderung an diesem Eintrag, die jüngste zuerst.
| 2026-08-26 | Beschreibung (Rohangabe): – → Create and manage Form.io forms, resources, actions, roles, and projects from your AI agent. |
|---|---|
| 2026-08-22 | Version: 0.10.0 → 0.11.0 |
| 2026-08-22 | Im Register geändert am (Rohangabe): 2026-08-18 → 2026-08-21 |
| 2026-08-22 | Im Register eingetragen am (Rohangabe): 2026-08-18 → 2026-08-21 |
| 2026-08-22 | Beschreibungen der Umgebungsvariablen (Rohangabe): FORMIO_API_KEY=Form.io project API key. Optional — when omitted the server uses a browser-based portal login flow to obtain a JWT. · FORMIO_BASE_URL=Base URL of your Form.io deployment — the parent of FORMIO_PROJECT_URL (default: https://api.form.io). Set this when self-hosting or using Form.io Enterprise. · FORMIO_DEFAULT_PROJECT_URL=Optional. A project URL to offer, not to apply. When a working directory has no mapping, the server names it as the suggested project for the agent to confirm and persist with project_set. It never changes what a tool resolves — the opposite of FORMIO_PROJECT_URL. · FORMIO_FORCE_BROWSER=Set to 1 to attempt the browser login even where the server detects it cannot present one (CI, a container, a remote shell with no display). Use it when the login page is reachable from a browser elsewhere. · FORMIO_INSECURE_TLS=Set to 1 to skip TLS certificate verification. For local development against self-signed certificates only — never enable in production. · FORMIO_LOGIN_FORM=URL of a custom login form used by the browser-based portal login flow. Defaults to the deployment's portal login form. · FORMIO_PROJECT_URL=Optional. Pins every directory to one Form.io project (e.g. https://examples.form.io on the hosted cloud; self-hosted it is either https://your-project.your-domain.com or https://your-host/project-name, depending on how that deployment routes projects). It takes precedence over the per-directory mapping and project_set cannot redirect it — set it only for a launch that must always target the same project, such as CI or a container. Leave it unset and the agent asks for a project and records it per directory. → FORMIO_API_KEY=Form.io project API key. Optional — when omitted the server uses a browser-based portal login flow to obtain a JWT. · FORMIO_BASE_URL=Optional, and usually unnecessary: the base URL is DERIVED from the project URL — https://api.form.io for a project on a form.io host, the parent path for a project addressed as a sub-directory — and is asked for only when it cannot be derived, which is a path-less project URL on a customer domain. There is no default. Like FORMIO_PROJECT_URL it is the weakest source, behind a committed formio.json and the per-directory mapping. · FORMIO_FORCE_BROWSER=Set to 1 to attempt the browser login even where the server detects it cannot present one (CI, a container, a remote shell with no display). Use it when the login page is reachable from a browser elsewhere. · FORMIO_INSECURE_TLS=Set to 1 to skip TLS certificate verification. For local development against self-signed certificates only — never enable in production. · FORMIO_LOGIN_FORM=URL of a custom login form used by the browser-based portal login flow. Defaults to the deployment's portal login form. · FORMIO_PROJECT_URL=Optional, and the WEAKEST of the three project sources: a committed formio.json found by walking up from the working directory wins, then the per-directory mapping project_set writes, then this. It pins nothing — project_set can redirect a directory whose environment names a different project. Useful for a launch with nowhere to record a project, such as CI or a container (e.g. https://examples.form.io on the hosted cloud; self-hosted it is either https://your-project.your-domain.com or https://your-host/project-name, depending on how that deployment routes projects). Leave it unset and the agent asks for a project and records it per directory. |
| 2026-08-22 | Paketversionen (Rohangabe): 0.10.0 → 0.11.0 |
| 2026-08-22 | Umgebungsvariablen (Rohangabe): FORMIO_PROJECT_URL, FORMIO_DEFAULT_PROJECT_URL, FORMIO_BASE_URL, FORMIO_API_KEY, FORMIO_LOGIN_FORM, FORMIO_FORCE_BROWSER, FORMIO_INSECURE_TLS → FORMIO_PROJECT_URL, FORMIO_BASE_URL, FORMIO_API_KEY, FORMIO_LOGIN_FORM, FORMIO_FORCE_BROWSER, FORMIO_INSECURE_TLS |
| 2026-08-19 | Version: 0.9.0 → 0.10.0 |
| 2026-08-19 | Im Register geändert am (Rohangabe): 2026-08-17 → 2026-08-18 |
| 2026-08-19 | Im Register eingetragen am (Rohangabe): 2026-08-17 → 2026-08-18 |
| 2026-08-19 | Paketversionen (Rohangabe): 0.9.0 → 0.10.0 |
| 2026-08-18 | Version: 0.8.4 → 0.9.0 |
| 2026-08-18 | Im Register geändert am (Rohangabe): 2026-08-05 → 2026-08-17 |
| 2026-08-18 | Im Register eingetragen am (Rohangabe): 2026-08-05 → 2026-08-17 |
| 2026-08-18 | Beschreibungen der Umgebungsvariablen (Rohangabe): FORMIO_API_KEY=Form.io project API key. Optional — when omitted the server uses a browser-based portal login flow to obtain a JWT. · FORMIO_BASE_URL=Base URL of your Form.io deployment — the parent of FORMIO_PROJECT_URL (default: https://api.form.io). Set this when self-hosting or using Form.io Enterprise. · FORMIO_INSECURE_TLS=Set to 1 to skip TLS certificate verification. For local development against self-signed certificates only — never enable in production. · FORMIO_LOGIN_FORM=URL of a custom login form used by the browser-based portal login flow. Defaults to the deployment's portal login form. · FORMIO_PROJECT_URL=Full URL of the Form.io project to target (e.g. https://api.form.io/my-project, or https://your-host/project-name for self-hosted). → FORMIO_API_KEY=Form.io project API key. Optional — when omitted the server uses a browser-based portal login flow to obtain a JWT. · FORMIO_BASE_URL=Base URL of your Form.io deployment — the parent of FORMIO_PROJECT_URL (default: https://api.form.io). Set this when self-hosting or using Form.io Enterprise. · FORMIO_DEFAULT_PROJECT_URL=Optional. A project URL to offer, not to apply. When a working directory has no mapping, the server names it as the suggested project for the agent to confirm and persist with project_set. It never changes what a tool resolves — the opposite of FORMIO_PROJECT_URL. · FORMIO_FORCE_BROWSER=Set to 1 to attempt the browser login even where the server detects it cannot present one (CI, a container, a remote shell with no display). Use it when the login page is reachable from a browser elsewhere. · FORMIO_INSECURE_TLS=Set to 1 to skip TLS certificate verification. For local development against self-signed certificates only — never enable in production. · FORMIO_LOGIN_FORM=URL of a custom login form used by the browser-based portal login flow. Defaults to the deployment's portal login form. · FORMIO_PROJECT_URL=Optional. Pins every directory to one Form.io project (e.g. https://examples.form.io on the hosted cloud; self-hosted it is either https://your-project.your-domain.com or https://your-host/project-name, depending on how that deployment routes projects). It takes precedence over the per-directory mapping and project_set cannot redirect it — set it only for a launch that must always target the same project, such as CI or a container. Leave it unset and the agent asks for a project and records it per directory. |
| 2026-08-18 | Paketversionen (Rohangabe): 0.8.4 → 0.9.0 |
| 2026-08-18 | Umgebungsvariablen (Rohangabe): FORMIO_PROJECT_URL, FORMIO_BASE_URL, FORMIO_API_KEY, FORMIO_LOGIN_FORM, FORMIO_INSECURE_TLS → FORMIO_PROJECT_URL, FORMIO_DEFAULT_PROJECT_URL, FORMIO_BASE_URL, FORMIO_API_KEY, FORMIO_LOGIN_FORM, FORMIO_FORCE_BROWSER, FORMIO_INSECURE_TLS |
| 2026-08-16 | Im Register geändert am (Rohangabe): – → 2026-08-05 |
| 2026-08-16 | Im Register eingetragen am (Rohangabe): – → 2026-08-05 |
| 2026-08-16 | Statusmeldung des Registers (Rohangabe): – → – |
| 2026-08-16 | Schemafassung des Rohsatzes (Rohangabe): – → https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json |
| 2026-08-16 | Symbolformate (Rohangabe): – → – |
| 2026-08-16 | Beschreibungen der Umgebungsvariablen (Rohangabe): – → FORMIO_API_KEY=Form.io project API key. Optional — when omitted the server uses a browser-based portal login flow to obtain a JWT. · FORMIO_BASE_URL=Base URL of your Form.io deployment — the parent of FORMIO_PROJECT_URL (default: https://api.form.io). Set this when self-hosting or using Form.io Enterprise. · FORMIO_INSECURE_TLS=Set to 1 to skip TLS certificate verification. For local development against self-signed certificates only — never enable in production. · FORMIO_LOGIN_FORM=URL of a custom login form used by the browser-based portal login flow. Defaults to the deployment's portal login form. · FORMIO_PROJECT_URL=Full URL of the Form.io project to target (e.g. https://api.form.io/my-project, or https://your-host/project-name for self-hosted). |
| 2026-08-16 | Formate der Umgebungsvariablen (Rohangabe): – → string |
| 2026-08-16 | Bereitstellungsform (Rohangabe): – → paket |
| 2026-08-16 | Remote-Hosts (Rohangabe): – → – |
| 2026-08-16 | Remote-Adressen (Rohangabe): – → – |
| 2026-08-16 | Laufzeithinweise (Rohangabe): – → – |
| 2026-08-16 | Paketversionen (Rohangabe): – → 0.8.4 |
| 2026-08-16 | Paketbezeichner (Rohangabe): – → @formio/mcp |
| 2026-08-16 | Repository-Unterordner (Rohangabe): – → packages/mcp-server |
| 2026-08-16 | Repository-Plattform (Rohangabe): – → github |
| 2026-08-16 | Pfad-Umgebungsvariablen (Rohangabe): – → – |
| 2026-08-16 | Geheime Pflichtkopfzeilen (Rohangabe): – → – |
| 2026-08-06 | Version: – → 0.8.4 |
| 2026-08-06 | Repository-Adresse geführt: – → true |
| 2026-08-06 | Pfadargument vorhanden: – → false |
| 2026-08-06 | Ausführungsort: – → lokal |
| 2026-08-06 | Zugangsdaten erforderlich: – → false |
| 2026-08-06 | Paketquellen (Rohangabe): – → npm |
| 2026-08-06 | Repository (Rohangabe): – → https://github.com/formio/ai |
| 2026-08-06 | Pfadargumente (Rohangabe): – → – |
| 2026-08-06 | Transportarten (Rohangabe): – → stdio |
| 2026-08-06 | Geheime Pflichtvariablen (Rohangabe): – → – |
| 2026-08-06 | Umgebungsvariablen (Rohangabe): – → FORMIO_PROJECT_URL, FORMIO_BASE_URL, FORMIO_API_KEY, FORMIO_LOGIN_FORM, FORMIO_INSECURE_TLS |
tracevero · https://tracevero.de/mcp/io-form-formio-mcp/aenderungen