Skip to content
Grok

truthstack mcp for Grok

io.github.truthstack1/truthstack-mcp

Supplement-drug interaction safety API for AI agents with FDA adverse event data.

client:Grok transport:stdio runtime:npm

Install truthstack mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "truthstack-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "truthstack-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

truthstack mcp in other clients