drio
Open app

Sydney Grammar School Headmasters Chat Application

Source

Agentic RAG and MCP server for Sydney Grammar School chat

Catalog onlyCatalog onlySTDIO

Overview

The Sydney Grammar School Headmasters Chat Application is an interactive chat interface that allows users to engage in conversations with historical headmasters of Sydney Grammar School, enhanced with video playback and AI-powered responses.

To use the application, follow the setup instructions provided in HANDOFF_NOTES.md, and interact with the chat interface to converse with the headmasters.

  • Interactive chat with historical headmasters - Video playback integration for enhanced engagement - AI-powered responses utilizing OpenAI technology - Voice synthesis capabilities for realistic interactions - Integration of a historical knowledge base for accurate information
  1. Educational tool for students to learn about the history of Sydney Grammar School.
  2. Interactive experience for alumni to reconnect with their school's history.
  3. Engaging platform for history enthusiasts to explore historical figures in an innovative way.

Add to your AI client

Use these steps to connect Sydney Grammar School Headmasters Chat Application in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "sgs-whisperlooms": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sgs-whisperlooms"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "sgs-whisperlooms": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sgs-whisperlooms"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "sgs-whisperlooms": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sgs-whisperlooms"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "sgs-whisperlooms": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sgs-whisperlooms"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "sgs-whisperlooms": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sgs-whisperlooms"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "sgs-whisperlooms": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sgs-whisperlooms"
      ]
    }
  }
}

FAQ

Can I interact with all historical headmasters?

Yes! The application features multiple headmasters, each with unique personas and historical contexts.

Is there a mobile version of the application?

Currently, the application is designed for desktop use, but mobile compatibility may be considered in future updates.

How accurate is the historical information provided?

The application integrates a historical knowledge base to ensure the accuracy of the information shared during conversations.