TypeSafe MCP for Zed
io.github.renwang-huang/typesafe-mcp
Host-neutral MCP bridge for TypeSafe AI Jev judgments with typed review, routing, and gate tools.
client:Zed
transport:stdio
runtime:pypi
Install TypeSafe MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"typesafe-mcp": {
"command": "uvx",
"args": [
"typesafe-mcp"
],
"env": {
"TYPESAFE_API_KEY": "<TYPESAFE_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs