Skip to content
Grok

mcp-trust for Grok

io.github.saagpatel/mcp-trust

Check the danger grade of any public MCP server before you connect.

client:Grok transport:stdio runtime:pypi

Install mcp-trust in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-trust": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-trust"
      ]
    }
  }
}

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

mcp-trust in other clients