https://github.com/zytbeyond/mcp-partner-hub
A centralized repository for discovering and comparing Model Context Protocol (MCP) servers from ISV partners.
https://github.com/zytbeyond/mcp-partner-hub
Last synced: about 2 months ago
JSON representation
A centralized repository for discovering and comparing Model Context Protocol (MCP) servers from ISV partners.
- Host: GitHub
- URL: https://github.com/zytbeyond/mcp-partner-hub
- Owner: zytbeyond
- License: mit
- Created: 2025-04-05T13:00:52.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-04-15T14:29:48.000Z (7 months ago)
- Last Synced: 2025-04-15T15:26:50.971Z (7 months ago)
- Language: Shell
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mcp-servers - **mcp-partner-hub** - A centralized repository for discovering and comparing Model Context Protocol (MCP) servers from ISV partners. `shell` `mcp` `server` `git clone https://github.com/zytbeyond/mcp-partner-hub` (📦 Other)
- awesome-mcp-servers - **mcp-partner-hub** - A centralized repository for discovering and comparing Model Context Protocol (MCP) servers from ISV partners. `shell` `mcp` `server` `git clone https://github.com/zytbeyond/mcp-partner-hub` (Other)
README
# MCP Partner Hub
A centralized repository for discovering and comparing Model Context Protocol (MCP) servers from ISV partners.
## What is MCP?
The Model Context Protocol (MCP) enables AI models to access external tools and data sources through a standardized interface. MCP servers extend AI capabilities by providing access to databases, APIs, and other services.
## Why This Repository?
Finding the right MCP server can be challenging. This repository aims to:
1. **Centralize Information**: Collect details about available MCP servers in one place
2. **Standardize Documentation**: Present consistent information about each MCP server
3. **Simplify Comparison**: Help users evaluate and choose the right MCP server for their needs
## Getting Started
- [Getting Started with MCP Servers](./docs/getting-started.md) - Learn how to set up and use MCP servers
- [MCP Server Comparison](./docs/comparison.md) - Compare different MCP servers to find the right one for your needs
## Available MCP Servers
| Partner | Description | Repository | Documentation |
|---------|-------------|------------|---------------|
| [Zilliz (Milvus)](./docs/zilliz.md) | Vector database for AI applications | [GitHub](https://github.com/zilliztech/mcp-server-milvus) | [Blog](https://zilliz.com/blog/how-to-use-anthropic-mcp-server-with-milvus) |
| [OceanBase](./docs/oceanbase.md) | Distributed relational database | [GitHub](https://github.com/oceanbase/mcp-oceanbase) | - |
| [StarRocks](./docs/starrocks.md) | Real-time analytics database | [GitHub](https://github.com/StarRocks/mcp-server-starrocks) | - |
| [Databricks](./docs/databricks.md) | Data intelligence platform | [GitHub](https://github.com/markov-kernel/databricks-mcp) | [Community](https://community.databricks.com/t5/generative-ai/databricks-mcp-server/td-p/114328) |
| [SeaTunnel](./docs/seatunnel.md) | Data integration platform | [GitHub](https://github.com/ocean-zhc/seatunnel-mcp) | - |
| [Snowflake](./docs/snowflake.md) | Data cloud platform | [GitHub](https://github.com/isaacwasserman/mcp-snowflake-server) | - |
| [Dify](./docs/dify.md) | LLMOps platform | [GitHub](https://github.com/YanxingLiu/dify-mcp-server) | [Blog](https://dify.ai/blog/dify-mcp-plugin-hands-on-guide-integrating-zapier-for-effortless-agent-tool-calls) |
| [TiDB](./docs/tidb.md) | Distributed SQL database | [GitHub](https://github.com/c4pt0r/mcp-server-tidb) | - |
| [Confluent](./docs/confluent.md) | Data streaming platform | [GitHub](https://github.com/confluentinc/mcp-confluent) | - |
| [MongoDB](./docs/mongodb.md) | Document database | [GitHub](https://github.com/mongodb/mcp-mongodb) | - |
| [Apache Doris](./docs/doris.md) | Real-time analytical database | [GitHub](https://github.com/apache/doris-mcp) | - |
| [PagerDuty](./docs/pagerduty.md) | Incident management platform | [GitHub](https://github.com/pagerduty/mcp-pagerduty) | - |
| [Clickzetta](./docs/clickzetta.md) | Cloud-native data analytics platform | [GitHub](https://github.com/yunqiqiliang/mcp-clickzetta-server) | - |
| [ProtonBase](./docs/protonbase.md) | PostgreSQL-compatible database | [GitHub](https://github.com/modelcontextprotocol/servers/tree/main/src/postgres) | - |
## Contributing
We welcome contributions! If you know of an MCP server that should be included, please submit a pull request or open an issue. See our [Contributing Guide](./CONTRIBUTING.md) for more information.
## License
This repository is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.