TypeSafe MCP for Gemini CLI
io.github.renwang-huang/typesafe-mcp
Host-neutral MCP bridge for TypeSafe AI Jev judgments with typed review, routing, and gate tools.
client:Gemini CLI
transport:stdio
runtime:pypi
Install TypeSafe MCP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"typesafe-mcp": {
"command": "uvx",
"args": [
"typesafe-mcp"
],
"env": {
"TYPESAFE_API_KEY": "<TYPESAFE_API_KEY>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs