deltaforge-mcp
v1.2.0
Published
DeltaForge MCP server: typed Delta Lake and Iceberg catalog, lineage, SQL, and pipeline tools for Claude, Cursor, and Copilot, under your RBAC and audit
Downloads
38
Maintainers
Readme
The DeltaForge MCP (Model Context Protocol) server, packaged for npx. It gives
AI assistants (Claude, Cursor, Codex, and other MCP clients) tools for DeltaForge
SQL analysis, catalog browsing, and lineage.
DeltaForge is commercial software with a free Community license. See deltaforge.org/pricing.
Run
npx deltaforge-mcpOn first run the matching native binary is downloaded from the DeltaForge GitHub release for your platform and cached in the package. Nothing else to install.
Use with an MCP client
Point your MCP client at the deltaforge-mcp command. Example (Claude Desktop
claude_desktop_config.json):
{
"mcpServers": {
"deltaforge": {
"command": "npx",
"args": ["-y", "deltaforge-mcp"]
}
}
}What this package is
A thin Node launcher. The MCP server itself is a native DeltaForge binary; this package only resolves and runs the right one for your OS/arch. It contains no DeltaForge source.
