dbxIntacctAgentTools

mkgs-databricks-demos/dbxIntacctAgentTools
★ 0 stars TypeScript 🤖 AI/LLM Updated today
Sage Intacct Query and Agent toolkit for Databricks — Python SDK + AppKit MCP server (Lakebase, MLflow3, UC). Generic, reusable across customers.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dbxintacctagenttools": {
      "command": "npx",
      "args": [
        "-y",
        "mkgs-databricks-demos/dbxIntacctAgentTools"
      ]
    }
  }
}