MCP Custom Servers Collection logo

MCP Custom Servers Collection

by Awshux

This repository provides a collection of custom MCP (Minecraft Protocol) servers for various installations. It offers a structured approach for creating and managing custom server implementations.

View on GitHub

Last updated: N/A

MCP Custom Servers Collection

This repository contains a collection of custom MCP servers for use across multiple installations.

Repository Structure

├── servers/           # Individual MCP server implementations
│   ├── server-name/  # Each server in its own directory
│   │   ├── src/     # Source code
│   │   ├── config/  # Configuration files
│   │   └── docs/    # Documentation
├── templates/        # Templates for new server creation
└── docs/            # General documentation

Adding a New Server

  1. Create a new directory under servers/ with your server name
  2. Include all necessary source files
  3. Add configuration examples
  4. Provide documentation including:
    • Installation instructions
    • Configuration guide
    • Usage examples
    • Dependencies

Installation

Detailed installation instructions for each server can be found in their respective directories.

Contributing

  1. Fork the repository
  2. Create your feature branch
  3. Commit your changes
  4. Push to the branch
  5. Create a new Pull Request