Zum Inhalt springen

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.

Änderungen
2026-08-26Beschreibung (Rohangabe): – → Create and manage Form.io forms, resources, actions, roles, and projects from your AI agent.
2026-08-22Version: 0.10.0 → 0.11.0
2026-08-22Im Register geändert am (Rohangabe): 2026-08-18 → 2026-08-21
2026-08-22Im Register eingetragen am (Rohangabe): 2026-08-18 → 2026-08-21
2026-08-22Beschreibungen 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-22Paketversionen (Rohangabe): 0.10.0 → 0.11.0
2026-08-22Umgebungsvariablen (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-19Version: 0.9.0 → 0.10.0
2026-08-19Im Register geändert am (Rohangabe): 2026-08-17 → 2026-08-18
2026-08-19Im Register eingetragen am (Rohangabe): 2026-08-17 → 2026-08-18
2026-08-19Paketversionen (Rohangabe): 0.9.0 → 0.10.0
2026-08-18Version: 0.8.4 → 0.9.0
2026-08-18Im Register geändert am (Rohangabe): 2026-08-05 → 2026-08-17
2026-08-18Im Register eingetragen am (Rohangabe): 2026-08-05 → 2026-08-17
2026-08-18Beschreibungen 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-18Paketversionen (Rohangabe): 0.8.4 → 0.9.0
2026-08-18Umgebungsvariablen (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-16Im Register geändert am (Rohangabe): – → 2026-08-05
2026-08-16Im Register eingetragen am (Rohangabe): – → 2026-08-05
2026-08-16Statusmeldung des Registers (Rohangabe): – → –
2026-08-16Schemafassung des Rohsatzes (Rohangabe): – → https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json
2026-08-16Symbolformate (Rohangabe): – → –
2026-08-16Beschreibungen 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-16Formate der Umgebungsvariablen (Rohangabe): – → string
2026-08-16Bereitstellungsform (Rohangabe): – → paket
2026-08-16Remote-Hosts (Rohangabe): – → –
2026-08-16Remote-Adressen (Rohangabe): – → –
2026-08-16Laufzeithinweise (Rohangabe): – → –
2026-08-16Paketversionen (Rohangabe): – → 0.8.4
2026-08-16Paketbezeichner (Rohangabe): – → @formio/mcp
2026-08-16Repository-Unterordner (Rohangabe): – → packages/mcp-server
2026-08-16Repository-Plattform (Rohangabe): – → github
2026-08-16Pfad-Umgebungsvariablen (Rohangabe): – → –
2026-08-16Geheime Pflichtkopfzeilen (Rohangabe): – → –
2026-08-06Version: – → 0.8.4
2026-08-06Repository-Adresse geführt: – → true
2026-08-06Pfadargument vorhanden: – → false
2026-08-06Ausführungsort: – → lokal
2026-08-06Zugangsdaten erforderlich: – → false
2026-08-06Paketquellen (Rohangabe): – → npm
2026-08-06Repository (Rohangabe): – → https://github.com/formio/ai
2026-08-06Pfadargumente (Rohangabe): – → –
2026-08-06Transportarten (Rohangabe): – → stdio
2026-08-06Geheime Pflichtvariablen (Rohangabe): – → –
2026-08-06Umgebungsvariablen (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