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
| Credentials required | no 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 location | local Raw declaration – Transports (raw): stdio Source: MCP-Register · collected on 2026-08-06 · derived |
| Path argument present | no 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 listed | yes Raw declaration – Repository (raw): https://github.com/formio/ai Source: MCP-Register · collected on 2026-08-06 · derived |
| Version | 0.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.
- Credentials requiredno20,735 of 25,100 carry this value (83 %)View these entries
- Execution locationlocal12,344 of 25,100 carry this value (49 %)View these entries
- Path argument presentno24,857 of 25,100 carry this value (99 %)View these entries
- Repository URL listedyes19,482 of 25,100 carry this value (78 %)View these entries
All 4 values together are carried by 8,664 of 25,100 entries.
This entry appears in these selections
- MCP servers without credentials20,735
- Locally executed MCP servers12,344
- MCP servers with a repository URL19,482
- Local MCP servers without credentials9,365
- Local MCP servers with a repository URL11,717
- MCP servers over stdio only10,041
- MCP servers as an npm package only7,276
- Local MCP servers as an npm package only7,188
- npm packages with a repository URL6,909
- MCP servers over stdio, as an npm package only6,297
- MCP servers available as a package only10,841
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.
| 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
| 2026-08-26 | Description (raw): – → 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 | Last changed in the registry (raw): 2026-08-18 → 2026-08-21 |
| 2026-08-22 | First listed in the registry (raw): 2026-08-18 → 2026-08-21 |
| 2026-08-22 | 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=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 | Package versions (raw): 0.10.0 → 0.11.0 |
| 2026-08-22 | Environment 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-19 | Version: 0.9.0 → 0.10.0 |
| 2026-08-19 | Last changed in the registry (raw): 2026-08-17 → 2026-08-18 |
| 2026-08-19 | First listed in the registry (raw): 2026-08-17 → 2026-08-18 |
These are the 10 most recent changes to this entry. Full history
- Further entries of this namespace (2)
- Compare with other entries
- Add to the configuration builder
- Changes to this entry as a feed
tracevero · https://tracevero.com/mcp/io-form-formio-mcp