MCP Client Configuration
Connect your AI agent to this page's MCP server endpoint:
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"cht.edu.au": {
"type": "http",
"url": "https://cht.agentic.norg.ai/referrals-terri-rsa-course-list/mcp"
}
}
}
ChatGPT
In ChatGPT, go to Settings → Connectors → Create and enter:
Name: cht.edu.au
URL: https://cht.agentic.norg.ai/referrals-terri-rsa-course-list/mcp
OpenAI MCP docs →
Gemini
Add to Gemini CLI settings.json:
{
"mcpServers": {
"cht.edu.au": {
"httpUrl": "https://cht.agentic.norg.ai/referrals-terri-rsa-course-list/mcp"
}
}
}
Claude Code
claude mcp add cht.edu.au \
--transport http https://cht.agentic.norg.ai/referrals-terri-rsa-course-list/mcp