MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

M
MCP 919 Src Backups

The Backup of MCP919 source

Created 1/27/2026
Updated about 19 hours ago
Repository documentation and setup instructions

MCP-919-src-backups

Description

This repository contains backups of the source code for the MCP-919 project. The project is a Minecraft mod that adds new features to the game. The source code is available on GitHub under the GPL-3.0 license.

License

This project is licensed under the GPL-3.0 license. You can find the full license text in the LICENSE file.

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/LiuStar2233/MCP-919-src-backups
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "liustar2233-mcp-919-src-backups": { "command": "git", "args": [ "clone", "https://github.com/LiuStar2233/MCP-919-src-backups" ] } } }