Skip to main content
Connect an AI assistant to Glean Feed when you want to work with customer feedback and product updates in conversation. You choose one workspace and approve what the assistant may read or change. Glean Feed uses the open Model Context Protocol (MCP) to provide those approved tools without giving the assistant your password or an API key.

What you can do

  • Triage new feedback and summarize recurring themes.
  • Research requests and their customer conversations.
  • Draft an update from completed work.
  • Review or move roadmap work.
  • Build custom agent workflows around supported Glean Feed operations.
For a first connection, have the client request read-only scopes when it supports permission selection. Request write scopes only for a specific workflow and after you are comfortable reviewing proposed changes.

Prerequisites

Before connecting, you need:
  • Access to the Glean Feed workspace you want the assistant to use.
  • A current MCP client that supports remote servers and OAuth.
  • Permission to add a remote connector in that client. Client plan and organization rules may limit who can add one.
  • The Glean Feed endpoint:
You can copy the endpoint from Settings → MCP in the Glean Feed dashboard. Glean Feed hosts the server, so there is no local command or package to run.

Connect

The shared flow is the same for every client:
1

Add the remote endpoint

Add https://app.gleanfeed.com/api/mcp as a remote MCP server. The client discovers Glean Feed’s sign-in and permission flow from that URL.
2

Open the sign-in

Choose Connect, Authorize, or your client’s equivalent. Your browser opens Glean Feed; the assistant never receives your password.
3

Return to the assistant

After approval, return to the client and enable Glean Feed for the conversation or workspace where you want to use it.

Client instructions

The endpoint and approval flow stay the same; only the client setup differs.
Claude Desktop or claude.ai — add Glean Feed as a custom connector.Remote custom connectors require a Claude Pro, Max, Team, or Enterprise plan. On Team and Enterprise, an Owner or Primary Owner must add the organization connector before members can connect it individually.Pro or Max
  1. Open Settings → Connectors and choose Add custom connector.
  2. Name it Glean Feed, paste the endpoint URL, and choose Add.
  3. Find Glean Feed and click Connect, then complete the Glean Feed approval.
Team or Enterprise
  1. An Owner or Primary Owner opens Settings → Connectors → Organization connectors, chooses Add custom connector, and adds the Glean Feed endpoint.
  2. A member opens Settings → Connectors, finds Glean Feed in the organization’s connectors, and clicks Connect.
  3. The member completes the Glean Feed workspace and scope approval.
Prefer not to touch config files? Copy this prompt into your coding agent — or open it straight in Cursor — and it’ll add the server to the right config and walk you through the sign-in. You’ll also find it under Settings → MCP in the dashboard.

Connect the Glean Feed MCP server to your assistant.

Open in Cursor

Approve a workspace and permissions

Glean Feed asks you to choose one workspace and review the scopes requested by the client. A scope is a named permission such as feedback:read or roadmap:write. For a read-only first connection, configure the client to request this set when it supports scope selection:
The consent screen shows the complete requested set. You approve that set or cancel the connection; you cannot remove individual scopes on the Glean Feed screen. To change the grant, revoke it and reconnect with the client requesting a different set. The OAuth connection is bound to your identity, that workspace, and the approved request. The assistant cannot switch the connection to another workspace. An ID outside the approved workspace returns not found, and losing workspace access or revoking the connection cuts off the next request.
Write scopes let an assistant create or change workspace content. If a client requests more access than you intend to grant, cancel instead of approving. Request only the write scope needed for a planned workflow, and review the proposed action before allowing the tool call.

Confirm the connection

Use a read-only prompt first:

Confirm read-only access to the selected workspace.

Open in Cursor
The connection works when the assistant names the workspace and returns recent requests, or clearly says that none exist. If it reports a missing scope, revoke the connection and reconnect after configuring the client to request that scope.

Example prompts

Read-only feedback review

Purposeful write workflow

After reconnecting with a grant that includes changelog:write, use a draft-first prompt:

Install optional agent skills

Install packaged workflows when you want your agent to follow a repeatable process for changelog drafting, feature evaluation, or feedback triage:
The installer lets you choose individual skills. See Agent skills for selective install commands, required scopes, and copyable starter prompts.

Permission reference

Each tool requires the scope shown. Read tools do not expose customer personal data, and a missing ID or an ID outside the connected workspace returns not found.

Read tools

Write tools

For Linear execution, call preview_feedback_linear_issue first. Show the returned request title, destination team/project, and proposed issue title to the user, then call send_feedback_to_linear only after explicit confirmation. Both tools use the workspace’s existing Linear connection and permitted defaults/overrides; the create tool makes external work and is idempotent for the active link.

Troubleshooting

  • The endpoint must be reachable over the public internet. The assistant (or its cloud backend) connects to https://app.gleanfeed.com/api/mcp directly — there’s nothing to run locally.
  • Use a current client version. Remote MCP and OAuth support is recent in most clients; if a connection fails, update the client first.
  • Re-approval after revoking. If you revoke a client under Settings → MCP, it stops working immediately and has to reconnect and be approved again.

Revoke access

Open Settings → MCP in Glean Feed, find the connected client, and choose Revoke. The connection stops working on its next request. Remove the connector from the assistant’s settings too if you no longer want it listed there. To reconnect later, add or enable the server again and complete a new approval. Revoking an old connection does not grant a replacement connection any access.

Next steps

https://mintcdn.com/gleanfeed/XujswKjVl9A7LyQN/icons/key.svg?fit=max&auto=format&n=XujswKjVl9A7LyQN&q=85&s=bef0e09f655d6e92652b5049ef64ab72

Scopes

Decide what an assistant should be allowed to do.
https://mintcdn.com/gleanfeed/XujswKjVl9A7LyQN/icons/rocket.svg?fit=max&auto=format&n=XujswKjVl9A7LyQN&q=85&s=1dfbf3c65c490009d6014cfb2bd08963

Examples

Try REST filtering, pagination, and server-side request creation.