mcp-custom-servers
This repository contains a collection of custom MCP servers for use across multiple installations.
Added on 3/28/2025
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
Similar Resources
Developer Tools