Skip to content

Official Glean plugins for Cursor - enterprise knowledge integration

License

Notifications You must be signed in to change notification settings

gleanwork/cursor-plugins

Repository files navigation

Glean Plugins for Cursor

GA

Official Glean plugins for Cursor, enabling enterprise knowledge integration directly in your development workflow.

Quick Start

# Install the foundation plugin first (required)
/add-plugin glean-core

# Then install the feature plugins you need
/add-plugin glean-search
/add-plugin glean-code
/add-plugin glean-people

Then configure your Glean MCP connection — add your server to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "glean": {
      "url": "https://YOUR-INSTANCE-be.glean.com/mcp/YOUR-SERVER-NAME"
    }
  }
}

Replace YOUR-INSTANCE with your Glean instance name and YOUR-SERVER-NAME with the server name provided by your Glean administrator. Restart Cursor after editing — OAuth authentication is handled automatically on first use.

Plugins

Plugin Description Docs
glean-core Foundation plugin with MCP setup skills, tool guidance, and result-vetting rules. Required by all other plugins. README
glean-search Enterprise search across docs, Slack, email, and more README
glean-code Cross-repo code exploration, examples, and ownership README
glean-people Find experts and identify stakeholders README

Which Plugin Do I Need?

I want to... Install
Search company docs, wikis, and Slack glean-core + glean-search
Find code examples or prior art across repos glean-core + glean-code
Research architecture before planning a feature glean-core + glean-code
Find who knows about a topic or owns a system glean-core + glean-people
Identify stakeholders for a change glean-core + glean-people
All of the above Install all plugins

Requirements

  • Cursor (latest version)
  • A Glean account with MCP access
  • Your Glean MCP server URL (format: https://[instance]-be.glean.com/mcp/[server-name])

Note: Glean MCP server URLs are instance-specific and cannot be bundled with the plugin. Your Glean administrator can provide your server name.

Support

License

MIT — see LICENSE for details.

About

Official Glean plugins for Cursor - enterprise knowledge integration

Resources

License

Stars

Watchers

Forks

Packages

No packages published