{ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", "name": "com.glean/mcp", "description": "Remote MCP Server that securely connects Glean Enterprise Knowledge with your IDE, LLM, or agents.", "title": "Glean Remote MCP Server", "websiteUrl": "https://docs.glean.com/administration/platform/mcp/enable-mcp-servers", "repository": { "url": "https://github.com/gleanwork/remote-mcp-server", "source": "github" }, "version": "1.2.1", "icons": [ { "src": "https://developers.glean.com/img/glean-logo.svg", "mimeType": "image/svg+xml", "sizes": [ "any" ] }, { "src": "https://developers.glean.com/img/glean-logo.png", "mimeType": "image/png" } ], "remotes": [ { "type": "streamable-http", "url": "https://{baseUrl}/mcp/{server-name}", "variables": { "baseUrl": { "description": "The base URL of your Glean backend. This is the hostname used to access Glean APIs. It may follow the standard pattern (e.g., 'acme-be.glean.com') or be customized for your organization. Contact your Glean admin if unsure.", "isRequired": true, "placeholder": "acme-be.glean.com" }, "server-name": { "description": "The MCP server name", "isRequired": true } } } ] }