Guides/MCP
Glean Plugin for Claude Code
Installation
1
Set up the Glean MCP Server
The plugins require a Glean MCP connection. Use the Glean configurator to connect Claude Code to your organization's Glean instance. Authentication uses Glean's OAuth server where enabled, or a Glean API token as a fallback.
Open MCP Configurator2
Add the Glean marketplace and install plugins
Run these commands inside Claude Code. glean-core is required — then install whichever feature plugins you need.
Add the Glean marketplace
/plugin marketplace add gleanwork/claude-plugins
Install core (required)
/plugin install glean-core
Install feature plugins (pick what you need)
/plugin install glean-search /plugin install glean-meetings /plugin install glean-people /plugin install glean-docs /plugin install glean-code /plugin install glean-skills /plugin install glean-productivity /plugin install glean-project
Which plugin do I need?
| I want to… | Install |
|---|---|
| Search company docs, Slack, wikis | glean-core + glean-search |
| Prepare for meetings or catch up after PTO | glean-core + glean-meetings |
| Find who knows about a topic | glean-core + glean-people |
| Verify specs match implementation | glean-core + glean-docs |
| Find code examples across repos | glean-core + glean-code |
| Get daily briefings or weekly summaries | glean-core + glean-productivity |
| Get project context or create handoffs | glean-core + glean-project |
| All of the above | Install all plugins |