Glean Remote MCP Server✓
com.glean/mcp · v1.2.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$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",
"repository": {
"url": "https://github.com/gleanwork/remote-mcp-server",
"source": "github"
},
"version": "1.2.1",
"websiteUrl": "https://docs.glean.com/administration/platform/mcp/enable-mcp-servers",
"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
}
}
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}