Glean Remote MCP Server
Rank #3,888com.glean/mcp
Remote MCP Server that securely connects Glean Enterprise Knowledge with your IDE, LLM, or agents.
Glean Remote MCP Server is a Model Context Protocol (MCP) server published by gleanwork. It ranks #3,888 of 115,460 servers tracked on MCP Toplist, and its repository has 164 GitHub stars. Glean Remote MCP Server is listed across 2 registries — Official MCP and Glama, with 9 tracked versions. It was first listed on Nov 4, 2025 and most recently updated on Apr 17, 2026.
Ranks ahead of 111,572 of 115,460 servers on MCP Toplist.
Use Glean Remote MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http glean https://acme-be.glean.com/mcp/default[mcp_servers.glean]
url = "https://acme-be.glean.com/mcp/default"Add to ~/.codex/config.toml.
https://acme-be.glean.com/mcp/defaultSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"glean": {
"url": "https://acme-be.glean.com/mcp/default"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"glean": {
"type": "http",
"url": "https://acme-be.glean.com/mcp/default"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"glean": {
"serverUrl": "https://acme-be.glean.com/mcp/default"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"glean": {
"url": "https://acme-be.glean.com/mcp/default"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.glean%2Fmcp)<a href="https://mcptoplist.com/server/com.glean%2Fmcp"><img src="https://mcptoplist.com/badge/com.glean%2Fmcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
gleanwork
Other servers by gleanwork
View all gleanwork servers →Available versions (9)
| Version | Published |
|---|---|
| 1.2.1 | Apr 17, 2026 |
| 1.2.0 | Feb 13, 2026 |
| 1.1.0 | Jan 19, 2026 |
| 1.0.3 | Dec 15, 2025 |
| 1.0.2 | Dec 14, 2025 |
| 1.0.1 | Dec 10, 2025 |
| 1.0.0 | Nov 6, 2025 |
| 0.5.0 | Nov 4, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Glean Remote MCP Server?
- Glean Remote MCP Server is maintained by gleanwork, which publishes 3 MCP servers (15 total versions) tracked on MCP Toplist.
- Is Glean Remote MCP Server listed on the Official MCP Registry?
- Yes — Glean Remote MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does Glean Remote MCP Server have?
- MCP Toplist tracks 9 versions of Glean Remote MCP Server, most recently published on Apr 17, 2026.
- Where can I find the source code for Glean Remote MCP Server?
- The source code for Glean Remote MCP Server is hosted at github.com/gleanwork/remote-mcp-server.