j-archive-mcp

j-archive-mcp

3.1

If you are the rightful owner of j-archive-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The J-Archive MCP Server allows users to play a single-player Jeopardy! game in VSCode using data from J-Archive and GitHub Copilot.

J-Archive MCP Server

This repository facilitates a single-player Jeopardy! game experience in VSCode using the J-Archive and GitHub Copilot.

Features

  • Play Jeopardy! rounds (Jeopardy!, Double Jeopardy!, and Final Jeopardy!).
  • Explore questions from specific seasons and games.
  • Single-player adaptation of the classic Jeopardy! format.

Installation

  1. Clone the repository:
    git clone git@github.com:abdyer/j-archive-mcp.git
    
  2. Install dependencies & build:
    npm install && npm run build
    
  3. Update your VSCode settings.json file to include the following configuration under the mcp key:
    "mcp": {
      "servers": {
        "j-archive-mcp": {
          "command": "node",
          "args": ["/path/to/repo/j-archive-mcp/build/index.js"]
        }
      }
    }
    
    Replace the file path with the correct path to your MCP server's entry point.
  4. Start the MCP server and ask Copilot to play a game of Jeopardy!

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests to improve the project.

License

This project is licensed under the MIT License. See the LICENSE file for details.