Skip to content
Cursor

TypeSafe MCP for Cursor

io.github.renwang-huang/typesafe-mcp

Host-neutral MCP bridge for TypeSafe AI Jev judgments with typed review, routing, and gate tools.

client:Cursor transport:stdio runtime:pypi

Install TypeSafe MCP in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "typesafe-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "typesafe-mcp"
      ],
      "env": {
        "TYPESAFE_API_KEY": "<TYPESAFE_API_KEY>"
      }
    }
  }
}

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

TypeSafe MCP in other clients