Skip to content
Cursor

3TG Test Generation for Cursor

dev.3tg/mcp

3rd Generation Testing (3TG) — generate deterministic test suites from Markdown spec tables via MCP.

client:Cursor transport:streamable-http tools:10

Install 3TG Test Generation in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.3tg.dev/mcp"
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

What Cursor can do once it is connected

3TG Test Generation in other clients