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
{
"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