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

longyi1207_glean-MCP-Server
镜像://github.com/longyi1207/glean-mcp-server
3 years
Works with Finder
0
Github Watches
1
Github Forks
0
Github Stars
Glean
An MCP server implementation that integrates the Glean API, providing the Search and Chat functions.
Tools
- Search: List of search results given a query
- Chat: Q&A with Chatbot
Usage with Claude Desktop
Build the docker image:
docker build -t glean-server:latest -f src/glean/Dockerfile .
Then add this to your claude_desktop_config.json
:
{
"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"
}
}
}
}
License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
相关推荐
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.
PR Professional: Guiding You to Get Media Placements and Publicity Quickly and Effectively
Reviews

user_XCmDmtKn
I've been using make-mcp-server-claude by bmoir23 and it has been a game-changer for my projects. It's incredibly user-friendly and the performance is top-notch. Setting it up was a breeze thanks to the clear instructions provided. Highly recommend this to anyone looking to enhance their MCP server functionality. Check it out here: https://mcp.so/server/make-mcp-server-claude/bmoir23.