J-Archive MCP Server

by abdyer

166 downloads
Not rated
GitHub

About

A J-Archive MCP server for GitHub Copilot & other AI assistants

Details

Author
abdyer
Downloads
166
Categories
Other

- Play Jeopardy!, Double Jeopardy!, and Final Jeopardy! rounds.
- Explore questions from specific seasons and games.
- Single-player adaptation of the classic Jeopardy! format.
- Integrates with J-Archive for authentic question data.
- Runs entirely inside VSCode via GitHub Copilot.

Clone the repository, install dependencies with npm install && npm run build, then add a configuration entry to your VSCode settings.json under the mcp key specifying the command node and the path to the built index.js. After starting the MCP server, ask Copilot to play a game of Jeopardy!.

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.
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.