Skip to content

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

Registry name
io.form/formio-mcp
Package coordinate
npm:@formio/mcp
Version
0.11.0
Listed in the registry
2026-08-21
Changed in the registry
2026-08-21
First seen by tracevero
2026-08-06
Vendor's website
https://form.io

Create and manage Form.io forms, resources, actions, roles, and projects from your AI agent.

Vendor's own description, untranslated and unverified

Evidence for this page: The values on this page come from several collections. Each row therefore states its own origin. What the confidence levels mean

Measured values

Measured values
Credentials requiredno
Raw declaration – Required secret variables (raw): confirmed absent
Raw declaration – Required secret headers (raw): confirmed absent
Source: MCP-Register · collected on 2026-08-06 · derived
Execution locationlocal
Raw declaration – Transports (raw): stdio
Source: MCP-Register · collected on 2026-08-06 · derived
Path argument presentno
Raw declaration – Path arguments (raw): confirmed absent
Raw declaration – Path environment variables (raw): confirmed absent
Source: MCP-Register · collected on 2026-08-06 · derived
Repository URL listedyes
Raw declaration – Repository (raw): https://github.com/formio/ai
Source: MCP-Register · collected on 2026-08-06 · derived
Version0.11.0
Source: MCP-Register · collected on 2026-08-22 · self-declared

Position within the holdings

How many of the 25,100 published entries carry the same measured value. A reference figure, not an assessment.

All 4 values together are carried by 8,664 of 25,100 entries.

This entry appears in these selections

The source's raw values24

Evidence for this page: The values on this page come from several collections. Each row therefore states its own origin.

Raw values
Description (raw)Create and manage Form.io forms, resources, actions, roles, and projects from your AI agent.
Source: MCP-Register · collected on 2026-08-26 · self-declared
Environment variables (raw)FORMIO_PROJECT_URL, FORMIO_BASE_URL, FORMIO_API_KEY, FORMIO_LOGIN_FORM, FORMIO_FORCE_BROWSER, FORMIO_INSECURE_TLS
Source: MCP-Register · collected on 2026-08-22 · self-declared
Required secret variables (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-06 · self-declared
Transports (raw)stdio
Source: MCP-Register · collected on 2026-08-06 · self-declared
Path arguments (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-06 · self-declared
Repository (raw)https://github.com/formio/ai
Source: MCP-Register · collected on 2026-08-06 · self-declared
Package registries (raw)npm
Source: MCP-Register · collected on 2026-08-06 · self-declared
Required secret headers (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Path environment variables (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Remote URLs (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Remote hosts (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Registry status message (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
First listed in the registry (raw)2026-08-21
Source: MCP-Register · collected on 2026-08-22 · self-declared
Last changed in the registry (raw)2026-08-21
Source: MCP-Register · collected on 2026-08-22 · self-declared
Schema version of the raw record (raw)https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json
Source: MCP-Register · collected on 2026-08-16 · self-declared
Delivery form (raw)paket
Source: MCP-Register · collected on 2026-08-16 · self-declared
Repository platform (raw)github
Source: MCP-Register · collected on 2026-08-16 · self-declared
Repository subfolder (raw)packages/mcp-server
Source: MCP-Register · collected on 2026-08-16 · self-declared
Package identifiers (raw)@formio/mcp
Source: MCP-Register · collected on 2026-08-16 · self-declared
Package versions (raw)0.11.0
Source: MCP-Register · collected on 2026-08-22 · self-declared
Runtime hints (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Environment variable formats (raw)string
Source: MCP-Register · collected on 2026-08-16 · self-declared
Environment 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=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.
Source: MCP-Register · collected on 2026-08-22 · self-declared
Icon formats (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared

Changes

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

These are the 10 most recent changes to this entry. Full history

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