j-archive-mcp
0
The J-Archive MCP Server lets users play a single-player Jeopardy! game in VSCode with the help of GitHub Copilot. It adapts the classic game format for explorers interested in the content of various Jeopardy! seasons and games.
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
- Clone the repository:
git clone git@github.com:abdyer/j-archive-mcp.git
- Install dependencies & build:
npm install && npm run build
- Update your VSCode
settings.json
file to include the following configuration under themcp
key:
Replace the file path with the correct path to your MCP server's entry point."mcp": { "servers": { "j-archive-mcp": { "command": "node", "args": ["/path/to/repo/j-archive-mcp/build/index.js"] } } }
- 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.