mcp-servers

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

3
0

MCP Servers

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.

Available Servers

ServerDescriptionStatus
HarvestTime tracking and project managementActive
BinanceCryptocurrency exchange APIPlanned

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
│   └── binance/              # Binance MCP server (planned)
└── examples/                 # Example usage for all servers

Getting Started

Each server includes its own documentation and setup instructions. Refer to the specific server's README for detailed information:

Contributing

Refer to CONTRIBUTING.md for guidelines on contributing to this project.

License

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

Repository

CO
CodifyAG

CodifyAG/mcp-servers

Created

March 20, 2025

Updated

March 26, 2025

Language

Python

Category

Developer Tools