-
Notifications
You must be signed in to change notification settings - Fork 64
Description
Server Name
Glean MCP Server
Server URL/Repository
https://github.com/gleanwork/remote-mcp-server
Description
Remote MCP Server that securely connects Enterprise context with your LLM, IDE, or agent platform of choice.
Requirements Check
- Provides clear installation and configuration instructions
- Focused on developer tools/services (not consumer applications)
- Has appropriate icon or branding available
Configuration JSON
Note: Our MCP remote server infrastructure is tenant based, so URLs contain URL variables. Additionally, our Glean instances can publish n MCP servers that are dynamically constructed.
{
"mcpServers": {
"glean_default": {
"type": "http",
"url": "https://{instance}-be.glean.com/mcp/{server-name}"
}
}
}
Authentication
- This server uses OAuth authentication
Icon
- I've attached a square SVG logo to this issue
Documentation URL (if applicable)
https://docs.glean.com/user-guide/mcp/usage
Additional Context
Note: Our MCP remote server infrastructure is tenant based, so URLs contain URL variables. Additionally, our Glean instances can publish n MCP servers that are dynamically constructed.
Glean MCP provides broad access to Glean insights and content. This documentation page illustrates the extensive capabilities of our server as it pertains to engineering use cases: https://docs.glean.com/user-guide/mcp/engineering
Submission Guidelines
- Read the Contributing Guidelines
- Searched existing issues and servers to avoid duplicates
- Server provides significant value to developer community