I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

glean-mcp-server
MCP Server for Glean Chat
1
Github Watches
0
Github Forks
0
Github Stars
Glean MCP Server
A Model Context Protocol (MCP) server that integrates with Glean's Chat API.
Prerequisites
- Python 3.10+
- UV package manager (recommended)
- Glean API key with appropriate permissions(/rest/api/v1/*)
Installation
-
Clone this repository:
git clone https://github.com/rahul-roy-glean/glean-mcp-server.git cd glean-mcp-server
-
Install dependencies using UV:
uv sync uv lock
Configuration
Before running the server, you need to set up your Glean API credentials. Create a .env
file in the project root with the following variables:
GLEAN_API_KEY=your_api_key_here
GLEAN_BASE_URL=https://your-domain-be.glean.com/rest/api/v1/
Running the Server
Standalone Mode
To run the server in standalone mode:
uv --directory <PATH_TO_CHECKOUT> run glean_server.py
Debug Mode
To debug the server with the MCP inspector:
npx @modelcontextprotocol/inspector uv --directory <PATH_TO_CHECKOUT> run glean_server.py
You can then test with JSON payloads like:
{
"messages": [
{
"author": "USER",
"fragments": [
{
"text": "What are the company holidays in 2025 ?"
}
],
"messageType": "CONTENT"
}
],
"saveChat": true,
"stream": false
}
Integration with Cursor
To use this server with Cursor, add the following to ~/.cursor/mcp.json
:
{
"mcpServers": {
"glean": {
"command": "uv",
"args": [
"--directory",
"<PATH_TO_CHECKOUT>",
"run", "glean_server.py"
]
}
}
}
Documentation Links
相关推荐
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
I find academic articles and books for research and literature reviews.
Confidential guide on numerology and astrology, based of GG33 Public information
Converts Figma frames into front-end code for various mobile frameworks.
Advanced software engineer GPT that excels through nailing the basics.
Take an adjectivised noun, and create images making it progressively more adjective!
Discover the most comprehensive and up-to-date collection of MCP servers in the market. This repository serves as a centralized hub, offering an extensive catalog of open-source and proprietary MCP servers, complete with features, documentation links, and contributors.
Micropython I2C-based manipulation of the MCP series GPIO expander, derived from Adafruit_MCP230xx
Mirror ofhttps://github.com/agentience/practices_mcp_server
A unified API gateway for integrating multiple etherscan-like blockchain explorer APIs with Model Context Protocol (MCP) support for AI assistants.
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.
Reviews

user_OWyLYARp
I've been using the glean-mcp-server and I'm thoroughly impressed with its performance and capabilities. Rahul-roy-glean has done a fantastic job designing this application, which is evident from its seamless integration and reliability. For anyone in need of a solid MCP server, I highly recommend checking out the glean-mcp-server on GitHub.