1. Search
List of search results given a query.
2. Chat
Q&A with Chatbot.
Glean is an MCP server that integrates the Glean API to provide AI-powered search and chat capabilities, enabling seamless information retrieval and conversational interactions within development workflows.
{
"mcpServers": {
"glean-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GLEAN_API_KEY",
"-e",
"GLEAN_DOMAIN",
"glean-server"
],
"env": {
"GLEAN_API_KEY": "YOUR_API_KEY_HERE",
"GLEAN_DOMAIN": "YOUR_DOMAIN_HERE"
}
}
}
}