j-archive-mcp
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
- 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.