MCP Server Collection

MCP Servers

A central repository for multiple Model Context Protocol (MCP) server implementations. This repository contains various MCP servers that enable seamless integration with different services through the Model Context Protocol.

Available Servers

ServerDescriptionStatus
HarvestTime tracking and project managementβœ… Active
Brave SearchWeb Searchβœ… Active
SlackTeam Communication🚧 Planned

Repository Structure

mcp-servers/
β”œβ”€β”€ servers/                  # Directory containing all MCP servers
β”‚   β”œβ”€β”€ harvest/              # Harvest Time Tracking MCP server
β”‚   β”‚   β”œβ”€β”€ src/              # Server implementation
β”‚   β”‚   β”œβ”€β”€ tests/            # Server tests
β”‚   β”‚   └── README.md         # Server documentation
β”‚   └── slack/                # Slack MCP server (planned)
└── examples/                 # Example usage for all servers

Getting Started

Each server has its own documentation and setup instructions. Please refer to the specific server's README for details:

Contributing

Please see CONTRIBUTING.md for details on how to contribute to this project.

License

This project is licensed under the MIT License - see the LICENSE file for details.