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
- Create a new directory under
servers/
with your server name - Include all necessary source files
- Add configuration examples
- 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
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a new Pull Request