universal test framework for Cursor
io.github.phoenice-labs/universal-test-framework
Polyglot MCP test generation with 8-section contract enforcement across Python, TS, Java, Go, C++.
client:Cursor
transport:stdio
runtime:pypi
Install universal test framework in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"universal-test-framework": {
"type": "stdio",
"command": "uvx",
"args": [
"universal-test-framework"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs