Skip to content
Grok

pubrio for Grok

io.github.pubrio/pubrio

Glocalized business data layer for AI agents. Search companies, people, and signals.

client:Grok transport:stdio runtime:npm

Install pubrio 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": {
    "pubrio": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "pubrio-mcp-server"
      ],
      "env": {
        "PUBRIO_API_KEY": "<PUBRIO_API_KEY>"
      }
    }
  }
}

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

pubrio in other clients