Skip to content
Cursor

T1/T2 Protocol for Cursor

io.github.fauxetine/t1-t2-protocol

Caller-side T1/T2 heterogeneous validation MCP server. Stdlib-only Python.

client:Cursor transport:stdio runtime:pypi

Install T1/T2 Protocol in Cursor

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

{
  "mcpServers": {
    "t1-t2-protocol": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "t1-t2-protocol"
      ]
    }
  }
}

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

T1/T2 Protocol in other clients