Remote MCP Server that securely connects Enterprise context with your LLM, IDE, or agent platform of choice.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"remote-mcp-server": {
"command": "npx",
"args": [
"-y",
"gleanwork/remote-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add remote-mcp-server npx -y gleanwork/remote-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"remote-mcp-server": {
"command": "npx",
"args": [
"-y",
"gleanwork/remote-mcp-server"
]
}
}
}