trustmodel mcp for Zed
io.github.karlmehta/trustmodel-mcp
Score any AI for trust across 10 dimensions; evaluate, monitor & govern LLMs and agents.
client:Zed
transport:stdio
runtime:npm
Install trustmodel mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"trustmodel-mcp": {
"command": "npx",
"args": [
"-y",
"@trustmodel/mcp-server"
],
"env": {
"TRUSTMODEL_API_KEY": "<TRUSTMODEL_API_KEY>",
"TRUSTMODEL_BASE_URL": "<TRUSTMODEL_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs