Skip to content

History of MCP server in namespace io.form

io.form/formio-mcp · Status: active

The source provides no name of its own for this entry. The identifier therefore appears on this page as a coordinate, not as the heading.

If you find your own account name here: write informally to German.saas@web.de, stating the identifier concerned. No reason has to be given. How to object

Every published change to this entry, most recent first.

Changes
2026-08-26Description (raw): – → 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-22Last changed in the registry (raw): 2026-08-18 → 2026-08-21
2026-08-22First listed in the registry (raw): 2026-08-18 → 2026-08-21
2026-08-22Environment variable descriptions (raw): 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-22Package versions (raw): 0.10.0 → 0.11.0
2026-08-22Environment variables (raw): 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-19Last changed in the registry (raw): 2026-08-17 → 2026-08-18
2026-08-19First listed in the registry (raw): 2026-08-17 → 2026-08-18
2026-08-19Package versions (raw): 0.9.0 → 0.10.0
2026-08-18Version: 0.8.4 → 0.9.0
2026-08-18Last changed in the registry (raw): 2026-08-05 → 2026-08-17
2026-08-18First listed in the registry (raw): 2026-08-05 → 2026-08-17
2026-08-18Environment variable descriptions (raw): 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-18Package versions (raw): 0.8.4 → 0.9.0
2026-08-18Environment variables (raw): 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-16Last changed in the registry (raw): – → 2026-08-05
2026-08-16First listed in the registry (raw): – → 2026-08-05
2026-08-16Registry status message (raw): – → –
2026-08-16Schema version of the raw record (raw): – → https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json
2026-08-16Icon formats (raw): – → –
2026-08-16Environment variable descriptions (raw): – → 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-16Environment variable formats (raw): – → string
2026-08-16Delivery form (raw): – → paket
2026-08-16Remote hosts (raw): – → –
2026-08-16Remote URLs (raw): – → –
2026-08-16Runtime hints (raw): – → –
2026-08-16Package versions (raw): – → 0.8.4
2026-08-16Package identifiers (raw): – → @formio/mcp
2026-08-16Repository subfolder (raw): – → packages/mcp-server
2026-08-16Repository platform (raw): – → github
2026-08-16Path environment variables (raw): – → –
2026-08-16Required secret headers (raw): – → –
2026-08-06Version: – → 0.8.4
2026-08-06Repository URL listed: – → true
2026-08-06Path argument present: – → false
2026-08-06Execution location: – → local
2026-08-06Credentials required: – → false
2026-08-06Package registries (raw): – → npm
2026-08-06Repository (raw): – → https://github.com/formio/ai
2026-08-06Path arguments (raw): – → –
2026-08-06Transports (raw): – → stdio
2026-08-06Required secret variables (raw): – → –
2026-08-06Environment variables (raw): – → FORMIO_PROJECT_URL, FORMIO_BASE_URL, FORMIO_API_KEY, FORMIO_LOGIN_FORM, FORMIO_INSECURE_TLS

tracevero · https://tracevero.com/mcp/io-form-formio-mcp/aenderungen