streamable-httpMITupdated 4mo ago
Remote MCP Server that securely connects Glean Enterprise Knowledge with your IDE, LLM, or agent platform of choice.
O que dá para fazer com Glean Remote MCP Server?
Remote MCP Server that securely connects Glean Enterprise Knowledge with your IDE, LLM, or agent platform of choice.
Overview
The Glean MCP Server implements the Model Context Protocol to provide AI assistants and developer tools with secure, real-time access to your organization's enterprise knowledge. It enables natural language interaction with company documents, people, and data while respecting existing access permissions.
Features
- Enterprise Knowledge Access - Search and retrieve information from your company's documents, wikis, and knowledge bases
- People & Expertise Discovery - Find colleagues, understand org structure, and identify subject matter experts
- Permission-Aware - All data access respects your organization's existing access controls
- OAuth 2.0 Authentication - Secure authentication with SSO integration
- Streamable HTTP Transport - Modern, efficient protocol for real-time communication
Getting Started
Each organization has a unique Glean MCP server URL. To set up the Glean MCP Server for your organization:
The guide covers:
- Obtaining your organization's MCP server URL
- Configuring your MCP client (Claude Desktop, Cursor, etc.)
- Authentication setup
- Available tools and example prompts
Compatibility
The Glean MCP Server works with any MCP-compatible client. See the full list of supported hosts for details.
Documentation
Support
- Documentation: docs.glean.com
- Issues: For bugs or feature requests related to the Glean MCP Server, please contact Glean support through your organization's support channel
License
This project is licensed under the MIT License - see the LICENSE file for details.
Instalação
Adicione Glean Remote MCP Server ao seu cliente. Escolha o que você usa.
claude mcp add --transport http glean-remote-mcp-server https://{baseUrl}/mcp/{server-name}codex mcp add glean-remote-mcp-server --url https://{baseUrl}/mcp/{server-name}{
"mcpServers": {
"glean-remote-mcp-server": {
"url": "https://{baseUrl}/mcp/{server-name}"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"glean-remote-mcp-server": {
"type": "http",
"url": "https://{baseUrl}/mcp/{server-name}"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"glean-remote-mcp-server": {
"url": "https://{baseUrl}/mcp/{server-name}"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"glean-remote-mcp-server": {
"serverUrl": "https://{baseUrl}/mcp/{server-name}"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Pontuação
39 / 100
Incompleta
- Documentação19/25
- Manutenção19/25
- Confiança16/20
- Capacidade0/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 136 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 1.2.1Mais recente | 17 de abr. de 2026 |
| 1.2.0 | 13 de fev. de 2026 |
| 1.1.0 | 19 de jan. de 2026 |
| 1.0.3 | 15 de dez. de 2025 |
| 1.0.2 | 14 de dez. de 2025 |
| 1.0.1 | 10 de dez. de 2025 |
| 1.0.0 | 6 de nov. de 2025 |
| 0.5.0 | 4 de nov. de 2025 |