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
| Server | Description | Status |
|---|---|---|
| Harvest | Time tracking and project management | β Active |
| Brave Search | Web Search | β Active |
| Slack | Team 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:
- Harvest MCP Server
- Brave Search Server
- Slack MCP Server (Coming soon)
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.