Catalog
io.github.karlmehta/trustmodel-mcp
Officialby karlmehta · TypeScript
Score any AI for trust across 10 dimensions; evaluate, monitor & govern LLMs and agents.
Scores and monitors AI systems across 10 trust dimensions for governance and evaluation.
Topics
ai-safetyguardrailsllm-evalmcpmodel-context-protocolred-teamresponsible-ai
README not available yet.
Install
Configuration
Environment variables
TRUSTMODEL_API_KEYrequiredsecretTrustModel API key (get one at https://trustmodel.ai)
TRUSTMODEL_BASE_URLOverride the TrustModel API base URL (optional)
claude_desktop_config.json
{
"mcpServers": {
"trustmodel-mcp": {
"command": "npx",
"args": [
"-y",
"@trustmodel/mcp-server@0.2.0"
],
"env": {
"TRUSTMODEL_API_KEY": "<YOUR_TRUSTMODEL_API_KEY>",
"TRUSTMODEL_BASE_URL": "<YOUR_TRUSTMODEL_BASE_URL>"
}
}
}
}