ingestron
Adds a GitHub plugin namespace, allowing installation, exact version pinning (for example github@1.32.1), and plugin updates via plugin update github.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ingestroncreate a reviewed data contract for the sales dataset"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Ingestron CLI
Create reviewed data contracts, configure flows and generate native data-engineering assets from versioned plugins. Use the same project operations from your terminal or an MCP client.
The CLI is a thin application over @ingestron/core.
Providers supply platform-specific generators, connectors and standards. Installing
the CLI does not install a platform provider or connect to a cloud account.
Get started
Use Node 22.12 or newer, Git and pnpm 10.15.0. Build the public source:
git clone https://github.com/ingestron/cli.git
cd cli
pnpm install --frozen-lockfile
pnpm build
node build/cli/cli/index.js --help
pnpm examples:checkThe example creates metadata and a draft contract, checks overwrite protection, and builds SQL with a synthetic plugin. It needs no private repository or cloud account and removes its temporary files afterwards.
To install this checkout's CLI in your terminal:
pnpm pack --pack-destination build/release
npm install --global ./build/release/ingestron-0.13.1.tgz
ingestron --versionThis source release prepares the npm package named ingestron; it does not claim
that the same CLI version is already published on npm. Its core dependency is the
public, exact version @ingestron/core@0.12.1.
Follow the five-minute quickstart for a project you can keep.
Related MCP server: vcf-automation-mcp-server
Work with projects and plugins
Commands use resource groups such as source, contract, flow, config and
plugin. Installed plugins can add their own namespace:
ingestron plugin install local
ingestron plugin install github
ingestron <namespace> <resource> <verb> --input request.jsonInstallation caches an exact, qualified version without changing project configuration.
Use github@1.32.1 for an explicit pin, or plugin update github to check for a newer
qualified release. Browse installed packages with ingestron plugin browse. Command help
shows the selected plugin's input schema without executing it.
Command reference — implemented groups, options and errors.
Plugins — exact versions, installation, namespaces and a local starter.
Builds and ownership — validate, generate, review and regenerate safely.
Automation and MCP — JSON output and explicit permissions.
Contributing — tests, package boundaries and releases.
Builds and checks run locally. Cloud login, deployment and remote flow execution
are not implemented. Local execution requires a compatible installed provider and
explicit runtime prepare / run commands; generated Python runs as your OS user,
not inside the compiler's JavaScript sandbox. See security.
Licence
Original code is licensed by Otrera Limited under Apache-2.0. NOTICE and third-party notices retain attribution and dependency terms.
This server cannot be deployed
Maintenance
Related MCP Connectors
Governed data discovery, exact queries, decisions, simulations, and runtime utilities over MCP.
Governed MCP gateway: one endpoint for your tools, with credential custody and audit log.
Read and write shared BitsWeave context, projects, tasks, and work sessions through MCP.
Project management MCP for AI agents with safe task reads and writes.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceProvides tools for governed project work, including project setup, workspace management, and task execution, with credential-safe MCP wiring.MIT
- FlicenseNot gradedqualityCmaintenanceEnables LLM clients to browse and manage VCF Automation projects, catalog items, and deployments through MCP tools, including provisioning, day-2 actions, and deleting infrastructure.-
- AlicenseNot gradedqualityBmaintenanceEnables agents to inspect repositories, manage Golden Packs, plan golden flows, and run asynchronous validation tasks over MCP, providing a deterministic foundation for project-specific workflows.MIT
- AlicenseNot gradedqualityBmaintenanceEnables MCP clients to run declarative agents and DAG workflows as plain tools, with parallel nodes, review loops, and per-run least-privilege sandboxing.13 npmMIT