← Back to Plugins
MCP Server MCP

DataCharter

github By github 👁 1 views ▲ 0 votes

Local-first, contract-governed data explorer with read-only, PII-masked query tools for AI agents.

Homepage Verified source GitHub

Install

uvx datacharter

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "datacharter",
      "version": "0.42.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        },
        {
          "description": "Path to the DataCharter workspace directory containing charter.yaml",
          "isRequired": true,
          "type": "positional",
          "valueHint": "workspace"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...