Skip to content
Grok

trustmodel mcp for Grok

io.github.karlmehta/trustmodel-mcp

Score any AI for trust across 10 dimensions; evaluate, monitor & govern LLMs and agents.

client:Grok transport:stdio runtime:npm

Install trustmodel mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

trustmodel mcp in other clients