Perpetue237/agentsculptor
agentsculptor is an experimental AI-powered development agent designed to analyze, refactor, and extend Python projects automatically. It uses an OpenAI-like planner–executor loop on top of a vLLM backend, combining project context analysis, structured tool calls, and iterative refinement. It has only been tested with gpt-oss-120b via vLLM.
Platform-specific configuration:
{
"mcpServers": {
"agentsculptor": {
"command": "npx",
"args": [
"-y",
"agentsculptor"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...