trustmodel mcp for Windsurf
io.github.karlmehta/trustmodel-mcp
Score any AI for trust across 10 dimensions; evaluate, monitor & govern LLMs and agents.
client:Windsurf
transport:stdio
runtime:npm
Install trustmodel mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"trustmodel-mcp": {
"command": "npx",
"args": [
"-y",
"@trustmodel/mcp-server"
],
"env": {
"TRUSTMODEL_API_KEY": "<TRUSTMODEL_API_KEY>",
"TRUSTMODEL_BASE_URL": "<TRUSTMODEL_BASE_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs