Skip to content
Grok

Veragent for Grok

io.github.lixiaowww/veragent

Check the trust/security score of MCP servers, agents, skills & CLIs before you install them.

client:Grok transport:stdio runtime:pypi

Install Veragent in Grok

.mcp.json (in your project root)

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

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

Veragent in other clients