The remote MCP server securely connects enterprise knowledge to LLMs, IDEs, or agent platforms. It exposes APIs for querying and managing enterprise context, providing secure access to internal data. It integrates with IDEs, LLMs, and agent platforms, allowing developers to build AI agents that interact with enterprise systems. Useful for developers building AI agents that need access to secure enterprise data.
The remote MCP server securely connects enterprise knowledge to LLMs, IDEs, or agent platforms. It exposes APIs for querying and managing enterprise context, providing secure access to internal data. It integrates with IDEs, LLMs, and agent platforms, allowing developers to build AI agents that interact with enterprise systems. Useful for developers building AI agents that need access to secure enterprise data.
npx -y glean-remote-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"gleanwork-remote-mcp-server-github": {
"command": "npx",
"args": [
"-y",
"npx -y glean-remote-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from remote?"
API Key Required
This server requires an API key from remote. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| REMOTE_API_KEY | Yes | Your remote API key |
"What resources are available in remote?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in remote"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in remote with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.