﻿---
title: "Glean 官方插件"
filename: "terminal"
canonical: /templates/glean-codex-plugin/
---

# Glean 官方插件

安装 glean@glean-codex-plugins，再添加组织提供的 MCP 地址并通过 OAuth 登录。安装后重新打开任务。

```
codex plugin marketplace add gleanwork/codex-plugins
codex plugin add glean@glean-codex-plugins
codex mcp add glean --url https://acme-be.glean.com/mcp/engineering
codex mcp login glean

# [mcp_servers.glean]
# url = "https://acme-be.glean.com/mcp/engineering"
# enabled = true

# 可选公开文档：
# codex plugin add glean-dev-docs@glean-codex-plugins
# codex mcp add glean-dev-docs --url https://developers.glean.com/mcp

# 不要：
# /plugin marketplace add gleanwork/claude-plugins
# /plugin install glean@glean-plugins
# /add-plugin glean
# /glean_run
# codex plugin add glean@openai-curated
# npx mcp-remote https://acme-be.glean.com/mcp/engineering

```
