Remote
Remote MCP Server that securely connects Enterprise context with your LLM, IDE, or agent platform of choice.
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
Maintainer
Works with
Installation
Manual Installation
npx remoteConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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
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.
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"
}
}
}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.
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.
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.
Remote Alternatives — Similar Cloud Services Servers
Looking for alternatives to Remote? Here are other popular cloud services servers you can use with Claude, Cursor, and VS Code.
Open WebUI
★ 138.2kUser-friendly AI Interface (Supports Ollama, OpenAI API, ...)
Anything LLM
★ 60.4kThe all-in-one AI productivity accelerator. On device and privacy first with no annoying setup or configuration.
LocalAI
★ 46.4kLocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.
Nacos
★ 33.0kan easy-to-use dynamic service discovery, configuration and service management platform for building AI cloud native applications.
Xiaozhi ESP32
★ 26.7k本项目为xiaozhi-esp32提供后端服务,帮助您快速搭建ESP32设备控制服务器。Backend service for xiaozhi-esp32, helps you quickly build an ESP32 device control server.
Gateway
★ 11.8kA blazing fast AI Gateway with integrated guardrails. Route to 1,600+ LLMs, 50+ AI Guardrails with 1 fast & friendly API.
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.
Set Up Remote in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
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.