MCP Catalogs
Homeremote-mcp-server screenshot

remote-mcp-server

by gleanwork·160·Score 48

Enterprise MCP server providing secure access to company knowledge, documents, and expertise.

ai-llmdeveloper-toolsknowledge-graph
1
Forks
0
Open issues
1 mo ago
Last commit
2d ago
Indexed

Overview

The Glean Remote MCP Server implements the Model Context Protocol to enable AI assistants and developer tools with secure, real-time access to an organization's enterprise knowledge. It allows natural language interaction with company documents, people, and data while respecting existing access permissions through OAuth 2.0 authentication and permission-aware access controls. The server uses modern streamable HTTP transport for efficient real-time communication with compatible MCP clients.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Integrating enterprise search capabilities into AI assistants
you:Providing contextual information to developers in their IDE
you:Discovering subject matter experts within an organization
you:What is the Glean MCP Server?
you:What authentication methods are supported?

When to choose this

Choose this MCP server if you need secure, permission-aware AI access to your organization's internal knowledge base and documents through existing MCP-compatible tools.

When NOT to choose this

Avoid this if you're not already using Glean as your enterprise knowledge platform, as it requires integration with their specific system.

Tools this server exposes

4 tools extracted from the README
  • 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

Note: 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.

Comparable tools

semantic-mcpenterprise-search-mcpconfluence-mcpnotion-mcp

Installation

Installation

  1. Obtain your organization's unique Glean MCP server URL from the [Setup Guide](https://docs.glean.com/administration/platform/mcp/enable-mcp-servers)
  1. Configure your MCP client (Claude Desktop, Cursor, etc.) with the server URL:
{
  "mcpServers": {
    "glean": {
      "command": "http",
      "args": ["your-organization-url"]
    }
  }
}
  1. Set up authentication with your organization's SSO system using OAuth 2.0

FAQ

What is the Glean MCP Server?
The Glean MCP Server implements the Model Context Protocol to provide AI assistants and developer tools with secure, real-time access to an organization's enterprise knowledge, documents, and expertise while respecting existing access permissions.
What authentication methods are supported?
The server supports OAuth 2.0 authentication with SSO integration for secure authentication with enterprise systems.

Compare remote-mcp-server with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.