← Back to Plugins
MCP Server MCP

Pacioli — the ERPNext broker you can hand the books

github By github 👁 1 views ▲ 0 votes

Governed agent access to ERPNext — MCP + A2A doors, one spine. No debit without a credit.

Homepage Verified source GitHub

Install

uvx pacioli

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "pacioli",
      "version": "0.39.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "pacioli[server]",
          "type": "named",
          "name": "--from"
        }
      ],
      "packageArguments": [
        {
          "value": "serve",
          "type": "positional",
          "valueHint": "subcommand"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...