Skip to content
Zed

formio mcp for Zed

io.form/formio-mcp

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

client:Zed transport:stdio runtime:npm

Install formio mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "formio-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@formio/mcp"
      ],
      "env": {
        "FORMIO_PROJECT_URL": "<FORMIO_PROJECT_URL>",
        "FORMIO_BASE_URL": "<FORMIO_BASE_URL>",
        "FORMIO_API_KEY": "<FORMIO_API_KEY>",
        "FORMIO_LOGIN_FORM": "<FORMIO_LOGIN_FORM>",
        "FORMIO_FORCE_BROWSER": "<FORMIO_FORCE_BROWSER>",
        "FORMIO_INSECURE_TLS": "<FORMIO_INSECURE_TLS>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

formio mcp in other clients