← Back to Plugins
MCP Server MCP

io.github.mdefrance/autocarver

github By github 👁 1 views ▲ 0 votes

Qualify dataset columns and process them against a target with AutoCarver, fully on your machine.

Homepage Verified source GitHub

Install

uvx autocarver

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "autocarver",
      "version": "7.7.0",
      "runtimeHint": "python",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "-m",
          "type": "positional"
        },
        {
          "value": "AutoCarver.mcp",
          "type": "positional"
        }
      ]
    },
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "autocarver",
      "version": "7.7.0",
      "runtimeHint": "uv",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "run",
          "type": "positional"
        },
        {
          "value": "python",
          "type": "positional"
        },
        {
          "value": "-m",
          "type": "positional"
        },
        {
          "value": "AutoCarver.mcp",
          "type": "positional"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...