Skip to content
VS Code

Glean Remote MCP Server for VS Code

com.glean/mcp

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

client:VS Code transport:streamable-http

Install Glean Remote MCP Server in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Glean Remote MCP Server in other clients