MCP Servers logo

MCP Servers

by CodifyAG

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.

View on GitHub

Last updated: N/A

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:

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.