Skip to content

tooljet/tooljet-app-builder

v0.2.0ISC

Build ToolJet apps end-to-end through governed MCP tools plus an app-builder skill (component binding rules, canvas mechanics, per-datasource query schemas).

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

tooljet
{
  "command": "node",
  "args": [
    "${PLUGIN_ROOT}/bundle/index.js"
  ],
  "env": {
    "TOOLJET_URL": "${TOOLJET_URL}",
    "TOOLJET_APP_URL": "${TOOLJET_APP_URL}",
    "TOOLJET_PAT": "${TOOLJET_PAT}"
  }
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "tooljet-app-builder",
  "version": "0.2.0",
  "description": "Build ToolJet apps end-to-end through governed MCP tools plus an app-builder skill (component binding rules, canvas mechanics, per-datasource query schemas).",
  "author": {
    "name": "ToolJet"
  },
  "homepage": "https://github.com/ToolJet/tooljet-mcp",
  "repository": "https://github.com/ToolJet/tooljet-mcp",
  "license": "ISC",
  "keywords": [
    "tooljet",
    "low-code",
    "app-builder",
    "internal-tools",
    "mcp"
  ]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • browser-audit.js
  • LICENSE
View on GitHub