remote-mcp-server
by gleanwork·★ 160·综合分 48
企业级MCP服务器,提供对组织知识、文档和专业技能的安全访问。
概述
Glean远程MCP服务器实现了模型上下文协议,使AI助手和开发工具能够安全地访问企业知识。它允许与公司文档、人员进行自然语言交互,同时通过OAuth 2.0认证和权限感知访问控制尊重现有的访问权限。服务器使用现代化的可流式HTTP传输协议与兼容的MCP客户端进行高效的实时通信。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
如果您需要通过现有MCP兼容工具对企业内部知识库和文档进行安全、有权限意识的AI访问,请选择此MCP服务器。
什么时候不要选它
如果您不已经使用Glean作为企业知识平台,请避免使用此服务器,因为它需要与他们的特定系统集成。
此 server 暴露的工具
从 README 抽取出 4 个工具search_knowledge_baseSearch and retrieve information from company documents and knowledge bases
find_expertsFind colleagues and identify subject matter experts
get_person_infoGet information about a specific person in the organization
search_documentsSearch for specific documents across the organization
说明:Tool names inferred from feature descriptions and documentation links, as no explicit 'Tools' section was provided in the README. Documentation link suggests there are 'available tools' but they aren't listed here.
可对比工具
安装
安装
- 从[安装指南](https://docs.glean.com/administration/platform/mcp/enable-mcp-servers)获取您组织的独特Glean MCP服务器URL
- 使用服务器URL配置您的MCP客户端(Claude Desktop、Cursor等):
{
"mcpServers": {
"glean": {
"command": "http",
"args": ["your-organization-url"]
}
}
}- 使用OAuth 2.0设置与您组织SSO系统的身份验证
FAQ
- Glean MCP Server是什么?
- Glean MCP服务器实现了模型上下文协议,使AI助手和开发工具能够安全地访问组织的企业知识、文档和专业技能,同时尊重现有的访问权限。
- 支持哪些身份验证方法?
- 服务器支持OAuth 2.0认证和SSO集成,用于与企业系统进行安全认证。
remote-mcp-server 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。