MCP Catalogs
首页remote-mcp-server screenshot

remote-mcp-server

by gleanwork·160·综合分 48

企业级MCP服务器,提供对组织知识、文档和专业技能的安全访问。

ai-llmdeveloper-toolsknowledge-graph
1
Forks
0
活跃 Issue
1 个月前
最近提交
2 天前
收录于

概述

Glean远程MCP服务器实现了模型上下文协议,使AI助手和开发工具能够安全地访问企业知识。它允许与公司文档、人员进行自然语言交互,同时通过OAuth 2.0认证和权限感知访问控制尊重现有的访问权限。服务器使用现代化的可流式HTTP传输协议与兼容的MCP客户端进行高效的实时通信。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:将企业搜索功能集成到AI助手中
:在IDE中为开发者提供上下文信息
:在组织中发现主题专家
:Glean MCP Server是什么?
:支持哪些身份验证方法?

什么时候选它

如果您需要通过现有MCP兼容工具对企业内部知识库和文档进行安全、有权限意识的AI访问,请选择此MCP服务器。

什么时候不要选它

如果您不已经使用Glean作为企业知识平台,请避免使用此服务器,因为它需要与他们的特定系统集成。

此 server 暴露的工具

从 README 抽取出 4 个工具
  • search_knowledge_base

    Search and retrieve information from company documents and knowledge bases

  • find_experts

    Find colleagues and identify subject matter experts

  • get_person_info

    Get information about a specific person in the organization

  • search_documents

    Search 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.

可对比工具

semantic-mcpenterprise-search-mcpconfluence-mcpnotion-mcp

安装

安装

  1. 从[安装指南](https://docs.glean.com/administration/platform/mcp/enable-mcp-servers)获取您组织的独特Glean MCP服务器URL
  1. 使用服务器URL配置您的MCP客户端(Claude Desktop、Cursor等):
{
  "mcpServers": {
    "glean": {
      "command": "http",
      "args": ["your-organization-url"]
    }
  }
}
  1. 使用OAuth 2.0设置与您组织SSO系统的身份验证

FAQ

Glean MCP Server是什么?
Glean MCP服务器实现了模型上下文协议,使AI助手和开发工具能够安全地访问组织的企业知识、文档和专业技能,同时尊重现有的访问权限。
支持哪些身份验证方法?
服务器支持OAuth 2.0认证和SSO集成,用于与企业系统进行安全认证。

remote-mcp-server 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。