Python Code Validator
ai.statemind/python-code-validatorValidates, repairs and sandbox-runs AI-generated Python: lint, types, security, exact fixes.
Tools · 3
Check Python source without running it: parse, lint (ruff), type-check (mypy), AST security policy, credential scan. Safe on code you do not trust. Use it on every Python file you generated or edited,…
Everything validation does, plus deterministic fixes: the corrected source comes back in fixed_code, and the original is kept whenever the fix cannot be proven safe. The code is still never run. Use i…
Everything repair does, and then RUNS the code in a throwaway container — no network, read-only filesystem, killed at options.timeout_s — reporting exit code, stdout and stderr. Any '>>>' examples in …
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"python_code_validator": {
"url": "https://api.statemind.ai/mcp",
"transport": "streamable-http"
}
}
}