gleanwork/mcp-server
If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Glean MCP Server is a Model Context Protocol server that integrates with Glean's enterprise knowledge, providing features like company search, people profile search, and AI chat.
Tools
Functions exposed to the LLM to take actions
company_search
Find relevant company documents and data
Example request:
{
"query": "What are the company holidays this year?",
"datasources": ["drive", "confluence"]
}
chat
Chat with Glean Assistant using Glean's RAG
Example request:
{
"message": "What are the company holidays this year?",
"context": [
"Hello, I need some information about time off.",
"I'm planning my vacation for next year."
]
}
people_profile_search
Search for people profiles in the company
Example request:
{
"query": "Find people named John Doe",
"filters": {
"department": "Engineering",
"city": "San Francisco"
},
"pageSize": 10
}
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client