Skip to content
Grok

Glean Remote MCP Server for Grok

com.glean/mcp

Remote MCP Server that securely connects Glean Enterprise Knowledge with your IDE, LLM, or agents.

client:Grok transport:streamable-http

Install Glean Remote MCP Server in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp": {
      "type": "http",
      "url": "https://{baseUrl}/mcp/{server-name}"
    }
  }
}

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

Glean Remote MCP Server in other clients