Skip to content
Grok

optifeed radar for Grok

io.github.optifeed/optifeed-radar

AI visibility checker: does AI recommend your brand? GEO/AEO, runs locally, BYO keys. CLI + MCP.

client:Grok transport:stdio runtime:npm

Install optifeed radar 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": {
    "optifeed-radar": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "optifeed-radar"
      ],
      "env": {
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "GOOGLE_API_KEY": "<GOOGLE_API_KEY>",
        "PERPLEXITY_API_KEY": "<PERPLEXITY_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

optifeed radar in other clients