Stats
Actions
Tags
From autoharness
Provides local task execution and automation capabilities via Python scripts, configured through PYTHONPATH. The server enables Claude to run stages and skills defined in the autoharness framework.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"stage_skill": {
"command": "python3",
"args": [
"-m",
"autoharness.stage_skill.server"
],
"env": {
"PYTHONPATH": "${CLAUDE_PLUGIN_ROOT}/src"
}
}
}
}Server configuration and connection parameters
python3Command-line arguments passed to the server process
Environment variables set when the server starts
PYTHONPATH=${CLAUDE_PLUGIN_ROOT}/srcnpx claudepluginhub tigerless-labs/autoharness --plugin autoharness