Official Glean plugins for Claude Code, enabling enterprise knowledge integration directly in your development workflow.
# Add the Glean marketplace
/plugin marketplace add gleanwork/claude-plugins
# Install core (required)
/plugin install glean-core
# Install feature plugins you need
/plugin install glean-search
/plugin install glean-meetings
/plugin install glean-people
/plugin install glean-docs
/plugin install glean-code
# Configure your Glean connection
/glean-core:mcp-setup| Plugin | Description | Docs |
|---|---|---|
| glean-core | Foundation plugin with MCP setup, skills, and agents. Required by all other plugins. | README |
| glean-search | Enterprise search across docs, Slack, email, and more | README |
| glean-meetings | Meeting prep, catch-up, and transcript analysis | README |
| glean-people | Find experts and identify stakeholders | README |
| glean-docs | RFC verification and team onboarding | README |
| glean-code | Cross-repo code exploration and examples | README |
| 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 |
| All of the above | Install all plugins |
- Claude Code (latest version)
- A Glean account with MCP access
- Your Glean MCP server URL (format:
https://[instance]-be.glean.com/mcp/[server-name])
MIT License - see LICENSE for details.