← Back to Plugins
MCP Server MCP

ERP Report Engine

github By github 👁 1 views ▲ 0 votes

Read-only MCP for the SQL database behind an ERP: provably read-only guard, public benchmark.

Homepage Verified source GitHub

Install

uvx erp-report-engine

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "erp-report-engine",
      "version": "0.7.0",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        },
        {
          "description": "path to the engine config YAML (DB via url_env, profile, limits)",
          "isRequired": true,
          "format": "filepath",
          "type": "named",
          "name": "-c"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...