Skip to content
VS Code

Python Code Validator for VS Code

ai.statemind/python-code-validator

Proves AI-generated Python does what you asked: lint, types, security, sandbox run, exact fixes.

client:VS Code transport:streamable-http tools:3

Install Python Code Validator in VS Code

.vscode/mcp.json

{
  "servers": {
    "python-code-validator": {
      "type": "http",
      "url": "https://api.statemind.ai/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

Python Code Validator in other clients