Host vs. Server

MCP Host
The app that your users run (e.g., a desktop IDE or chat app). It discovers and invokes tools from connected MCP servers.

MCP Server
Provides capabilities (tools) such as search, chat, and read document. Glean MCP servers are the provider of Glean’s permission-aware capabilities.
How hosts connect to Glean MCP Servers
Hosts differ in connection method and who configures them:- Native HTTP: Connects directly to Glean MCP servers over HTTP.
- stdio-only (bridge required): Uses local process I/O. To reach remote HTTP servers like Glean, use a bridge (e.g.,
mcp-remote). - Web-based/managed: No local config; an administrator adds Glean MCP servers centrally.
Admin-managed vs. end‑user configuration
- Admin-managed: An administrator configures Glean MCP servers as remote URLs for the organization. Example: ChatGPT managed configuration; Claude for Teams/Enterprise.
- End‑user: Individual users add Glean MCP servers in their own app settings. Examples: Cursor, VS Code, Claude Code, Goose, Windsurf (with bridge where required).
Supported hosts
Admin-managed configuration

ChatGPT
Admin-managedConfiguration guide • Documentation

Claude for Teams/Enterprise
Admin-managedConfiguration guide • Documentation
End-user configuration

Claude Code
End-user installConfiguration guide • Documentation

Claude Desktop
End-user installConfiguration guide • Documentation

Cursor
End-user installConfiguration guide • Documentation

Goose
End-user installConfiguration guide • Documentation

Visual Studio Code
End-user installConfiguration guide • Documentation

Windsurf
End-user installConfiguration guide • Documentation
Choosing a host
- Your users’ workflow: Editors (VS Code, Cursor) vs. chat (Claude Desktop, ChatGPT).
- Connection model: Native HTTP is simplest; stdio-only hosts need a bridge to reach remote servers.
- Admin requirements: If you need central control, pick a managed host; otherwise enable end‑user installs.
Next steps
- Admins: Configure managed hosts in the Host guides, or point users to the configurator: Install MCP Hosts
- End‑users: See Using the Glean MCP Server: /user-guide/mcp/usage