Skip to content

universal test framework for Grok

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

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

client:Grok transport:stdio runtime:pypi

Install universal test framework in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "universal-test-framework": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "universal-test-framework"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

universal test framework in other clients