Remote

v1.2.1Cloud Servicesstable

Remote MCP Server that securely connects Enterprise context with your LLM, IDE, or agent platform of choice.

mcpmcp-clientmcp-clientsmcp-hostmcp-server
Share:
160
Stars
0
Downloads
0
Weekly
0/5

What is Remote?

Remote is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to remote mcp server that securely connects enterprise context with your llm, ide, or agent platform of choice.

Remote MCP Server that securely connects Enterprise context with your LLM, IDE, or agent platform of choice.

This server falls under the Cloud Services category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Remote MCP Server that securely connects Enterprise context

Use Cases

Securely connect enterprise systems to LLMs and agents.
Enable secure remote MCP server access across platforms.
gleanwork

Maintainer

LicenseMIT
Languagetypescript
Versionv1.2.1
UpdatedMay 2, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx remote

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Remote

Glean Remote MCP Server is an enterprise-grade remote MCP server that connects AI assistants and coding tools like Claude, Cursor, and other LLM platforms to an organization's internal knowledge base via Glean's enterprise search platform. It provides permission-aware access to company documents, wikis, code repositories, and people directories — ensuring that only data the authenticated user is authorized to see is surfaced. Teams use it to bring institutional knowledge directly into AI-assisted workflows without exposing data outside existing access controls.

Prerequisites

  • Glean Enterprise subscription with the MCP server feature enabled
  • Organization-specific Glean MCP server URL (provided by your Glean administrator)
  • OAuth 2.0 authentication configured via your organization's SSO provider
  • Claude Desktop, Cursor, or another MCP-compatible client
1

Obtain your organization's Glean MCP server URL

Contact your Glean administrator to get your organization's unique MCP server URL. Each Glean tenant has a dedicated endpoint that incorporates your organization's identity.

2

Add the server to your MCP client config

Add the Glean remote MCP server to your Claude Desktop or other MCP client configuration using the URL provided by your administrator. Authentication is handled via OAuth.

{
  "mcpServers": {
    "glean": {
      "type": "http",
      "url": "https://your-org.glean.com/mcp"
    }
  }
}
3

Authenticate via SSO

On first connection, the Glean MCP server will redirect you through your organization's SSO provider (e.g., Okta, Azure AD, Google Workspace). Complete the authentication flow in your browser.

4

Restart your MCP client

After authentication, restart your MCP client so it picks up the authenticated session. Subsequent connections should use the stored OAuth token.

5

Verify access to company knowledge

Ask Claude a question about your organization's internal documentation. The Glean server will search your company's knowledge base and return results that respect your access permissions.

Remote Examples

Client configuration

Replace 'your-org.glean.com' with your organization's actual Glean MCP server URL provided by your Glean administrator.

{
  "mcpServers": {
    "glean": {
      "type": "http",
      "url": "https://your-org.glean.com/mcp"
    }
  }
}

Prompts to try

Use these prompts to search your company knowledge base through Claude with Glean MCP.

- "Search our internal docs for the onboarding process for new engineers"
- "Who is the subject matter expert for our Kubernetes infrastructure?"
- "Find the latest company policy on remote work and summarize the key points"
- "What is our standard API authentication pattern according to our internal wiki?"
- "Find the design doc for the payment service rewrite from last quarter"

Troubleshooting Remote

Authentication fails or SSO redirect does not complete

Ensure your organization's Glean MCP feature is enabled and your account is provisioned. Contact your Glean administrator to verify the MCP server URL and that OAuth 2.0 is configured for your SSO provider.

Search returns no results for internal content

Glean respects your organization's access controls — if you don't have permission to view a document, it won't appear in results. Verify you can find the content in the Glean web UI. If so, the MCP server should surface it as well.

MCP client cannot connect to the Glean server URL

Confirm the URL is correct with your Glean administrator. Some organizations require VPN access or IP allowlisting to reach the Glean endpoint. Ensure your MCP client is running with network access to your organization's Glean instance.

Frequently Asked Questions about Remote

What is Remote?

Remote is a Model Context Protocol (MCP) server that remote mcp server that securely connects enterprise context with your llm, ide, or agent platform of choice. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Remote?

Follow the installation instructions on the Remote GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Remote?

Remote works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Remote free to use?

Yes, Remote is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Cloud Services MCP Servers

Explore all cloud services servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "remote": { "command": "npx", "args": ["-y", "remote"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Remote?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides