brilliant-directories-mcp
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
io.github.karlmehta/trustmodel-mcp · v0.2.0
Score any AI for trust across 10 dimensions; evaluate, monitor & govern LLMs and agents.
trustmodel-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"trustmodel-mcp": {
"command": "npx",
"args": [
"-y",
"@trustmodel/mcp-server"
],
"env": {
"TRUSTMODEL_API_KEY": "<TRUSTMODEL_API_KEY>"
}
}
}
}TRUSTMODEL_API_KEY必填secretTrustModel API key (get one at https://trustmodel.ai)
TRUSTMODEL_BASE_URL可选Override the TrustModel API base URL (optional)
{
"id": "io.github.karlmehta/trustmodel-mcp",
"type": "mcp-server",
"version": "0.2.0",
"displayName": "trustmodel-mcp",
"description": "Score any AI for trust across 10 dimensions; evaluate, monitor & govern LLMs and agents.",
"repository": {
"url": "https://github.com/karlmehta/trustmodel-mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@trustmodel/mcp-server",
"version": "0.2.0",
"transport": "stdio",
"environmentVariables": [
{
"name": "TRUSTMODEL_API_KEY",
"description": "TrustModel API key (get one at https://trustmodel.ai)",
"isRequired": true,
"isSecret": true
},
{
"name": "TRUSTMODEL_BASE_URL",
"description": "Override the TrustModel API base URL (optional)"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.karlmehta/trustmodel-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.karlmehta%2Ftrustmodel-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}