Hi, my team is trying to connect to Glean MCP. We follow the documentation but it is not working.
Specifically, we are trying to connect with VSCode executing this command according to documentation:
npx @gleanwork/mcp-server configure --client vscode --instance <instance-name> --token <token> --workspace
I get this message
Unable to establish a connection to Glean instance: <instance-name>
Troubleshooting tips:
- Check that the instance name is spelled correctly (e.g. "acme" for acme-be.glean.com)
β’ Visit https://app.glean.com/admin/about-glean and look for "Server instance" - Verify your internet connection and try again
I follow the troubleshooting tips but still doesnt work. The instance name works for connect with APIs for example, but not with MCP, why?
The token has MCP in its scope definition too.