Glean Remote MCP Server for Cursor
com.glean/mcp
Remote MCP Server that securely connects Glean Enterprise Knowledge with your IDE, LLM, or agents.
client:Cursor
transport:streamable-http
Install Glean Remote MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"url": "https://{baseUrl}/mcp/{server-name}"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs