trustmodel mcp for Cursor
io.github.karlmehta/trustmodel-mcp
Score any AI for trust across 10 dimensions; evaluate, monitor & govern LLMs and agents.
client:Cursor
transport:stdio
runtime:npm
Install trustmodel mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"trustmodel-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@trustmodel/mcp-server"
],
"env": {
"TRUSTMODEL_API_KEY": "<TRUSTMODEL_API_KEY>",
"TRUSTMODEL_BASE_URL": "<TRUSTMODEL_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs