MCP Client Configuration
Connect your AI agent to this page's MCP server endpoint:
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"blueapache.com": {
"type": "http",
"url": "https://blueapache-v2.agentic.norg.ai/blog/citrix-survey-predicts-desktop-as-a-service-daas-will-grow-rapidly/mcp"
}
}
}
ChatGPT
In ChatGPT, go to Settings → Connectors → Create and enter:
Name: blueapache.com
URL: https://blueapache-v2.agentic.norg.ai/blog/citrix-survey-predicts-desktop-as-a-service-daas-will-grow-rapidly/mcp
OpenAI MCP docs →
Gemini
Add to Gemini CLI settings.json:
{
"mcpServers": {
"blueapache.com": {
"httpUrl": "https://blueapache-v2.agentic.norg.ai/blog/citrix-survey-predicts-desktop-as-a-service-daas-will-grow-rapidly/mcp"
}
}
}
Claude Code
claude mcp add blueapache.com \
--transport http https://blueapache-v2.agentic.norg.ai/blog/citrix-survey-predicts-desktop-as-a-service-daas-will-grow-rapidly/mcp