Skip to content
Grok

index365 MCP for Grok

io.github.index365usa/index365

Start index365 scans and read prioritized findings your coding agent can use.

client:Grok transport:stdio runtime:npm

Install index365 MCP 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": {
    "index365": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@index365/mcp"
      ],
      "env": {
        "INDEX365_API_KEY": "<INDEX365_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

index365 MCP in other clients