Skip to content

universal test framework for Zed

io.github.phoenice-labs/universal-test-framework

Polyglot MCP test generation with 8-section contract enforcement across Python, TS, Java, Go, C++.

client:Zed transport:stdio runtime:pypi

Install universal test framework in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "universal-test-framework": {
      "command": "uvx",
      "args": [
        "universal-test-framework"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

universal test framework in other clients