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.
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:
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
- Cursor
- Codex
- VS Code
- Any MCP client
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
- Open Settings → Connectors and choose Add custom connector.
- Name it Glean Feed, paste the endpoint URL, and choose Add.
- Find Glean Feed and click Connect, then complete the Glean Feed approval.
- An Owner or Primary Owner opens Settings → Connectors → Organization connectors, chooses Add custom connector, and adds the Glean Feed endpoint.
- A member opens Settings → Connectors, finds Glean Feed in the organization’s connectors, and clicks Connect.
- The member completes the Glean Feed workspace and scope approval.
Connect the Glean Feed MCP server to your assistant.
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 asfeedback:read or roadmap:write.
For a read-only first connection, configure the client to request this set when it supports scope selection:
Confirm the connection
Use a read-only prompt first:Confirm read-only access to the selected workspace.
Example prompts
Read-only feedback review
Purposeful write workflow
After reconnecting with a grant that includeschangelog: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: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/mcpdirectly — 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
Scopes
Decide what an assistant should be allowed to do.
Examples
Try REST filtering, pagination, and server-side request creation.