remote-mcp-server
Coupler.io remote MCP server
The Glean Remote MCP Server acts as a bridge between enterprise data and various AI platforms, allowing for seamless integration and interaction. It ensures that sensitive context is handled securely while providing the necessary tools for developers and businesses to leverage AI capabilities effectively. With comprehensive documentation and setup guides, users can quickly implement the server into their existing workflows and enhance their productivity. In addition to its core functionality, the server supports multiple platforms and can be easily configured to meet specific enterprise needs. By utilizing the Model Context Protocol, it facilitates efficient communication between different systems, ensuring that data is accurately shared and utilized. This opens up new possibilities for automation and intelligent decision-making within organizations.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"remote-mcp-server": {
"args": [
"mcp-remote",
"https://mcp.coupler.io/mcp"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions