Skip to content
Zed

Glean Remote MCP Server for Zed

com.glean/mcp

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

client:Zed transport:streamable-http

Install Glean Remote MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mcp": {
      "url": "https://{baseUrl}/mcp/{server-name}"
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Glean Remote MCP Server in other clients