{ "mcpServers": { "glean-developer-docs": { "serverUrl": "https://developers.glean.com/mcp" } } }
claude mcp add glean-developer-docs https://developers.glean.com/mcp --transport http --scope user
codex mcp add --url https://developers.glean.com/mcp glean-developer-docs
{ "mcpServers": { "glean-developer-docs": { "type": "http", "url": "https://developers.glean.com/mcp" } } }
gemini mcp add --transport http glean-developer-docs https://developers.glean.com/mcp
{ "extensions": { "glean-developer-docs": { "enabled": true, "name": "glean-developer-docs", "type": "streamable_http", "uri": "https://developers.glean.com/mcp", "envs": {}, "env_keys": [], "headers": {}, "description": "", "timeout": 300, "bundled": null, "available_tools": [] } } }
Configuration must be pasted into Settings → Tools → AI Assistant → Model Context Protocol → Add → As JSON. Direct file writing is not supported due to version-specific XML storage.
{ "mcpServers": { "glean-developer-docs": { "url": "https://developers.glean.com/mcp" } } }
{ "mcp": { "glean-developer-docs": { "type": "remote", "url": "https://developers.glean.com/mcp" } } }
code --add-mcp '{"name":"glean-developer-docs","type":"http","url":"https://developers.glean.com/mcp"}'
Supports both stdio and native HTTP connections
const default: GleanWebSDK;