MCP Server
MCP
io.github.mdefrance/autocarver
Qualify dataset columns and process them against a target with AutoCarver, fully on your machine.
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
By
Comments
Sign in to leave a comment