Skip to content
Grok

Evipedia for Grok

io.github.forever-healthy/evipedia-mcp

MCP Server for evipedia.ai — evidence-based reviews of health & longevity interventions

client:Grok transport:stdio runtime:npm

Install Evipedia in Grok

.mcp.json (in your project root)

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

Evipedia in other clients