This repository hosts multiple Model Context Protocol (MCP) server implementations, enabling seamless integration with services like Harvest for time tracking and Binance (planned) for cryptocurrency exchange. This repository hosts multiple
This repository serves as a central hub for multiple Model Context Protocol (MCP) server implementations, facilitating seamless integration with various services through the Model Context Protocol.
Server | Description | Status |
---|---|---|
Harvest | Time tracking and project management | Active |
Binance | Cryptocurrency exchange API | Planned |
mcp-servers/
├── servers/ # Directory containing all MCP servers
│ ├── harvest/ # Harvest Time Tracking MCP server
│ │ ├── src/ # Server implementation
│ │ ├── tests/ # Server tests
│ │ └── README.md # Server documentation
│ └── binance/ # Binance MCP server (planned)
└── examples/ # Example usage for all servers
Each server includes its own documentation and setup instructions. Refer to the specific server's README for detailed information:
Refer to CONTRIBUTING.md for guidelines on contributing to this project.
This project is licensed under the MIT License - see the LICENSE file for details.
CodifyAG/mcp-servers
March 20, 2025
March 26, 2025
Python