MCP server contribution #32
-
Hi there! First, thanks to Anthropic for releasing this protocol. Here at Linkup, we share your vision for advancing the agentic web and see immense potential in the protocol to accelerate its development. Now, I've got a question regarding contributions. As part of our commitment to this vision, we are in the process of implementing our own MCP server and wondering if we should use this repo or host it in our own GitHub org. Is the goal of this repo to serve as a centralized hub for MCP server hosting, building, and publishing (for the thousands of MPC servers to come)? Or should we, instead, take care of hosting, building and publishing and open PRs just to update the list of featured servers? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 1 reply
-
We are currently thinking about how exactly we want to do this, particularly as servers become more complex and require more maintenance. We want to make sure there is no bottleneck in reviewing and releasing servers that a centrally maintained repository would have. I'd love to hear your opinion what you think is best and if there are any other options we haven't considered.
Generally, I think it is best to start severs outside of the servers repository. The servers repository is mostly intended as a good starting place for people who want to play around with servers. |
Beta Was this translation helpful? Give feedback.
-
Thanks, David - I completely agree with your assessment. Having a single central repository for all servers won't scale. I like your suggestion of creating a separate community-servers repository that acts as a directory of links to other repos. A two-repo solution would make a lot of sense to me:
This would give you the best of both worlds - you can showcase proven examples while making it easy for the community to discover and contribute their own implementations. |
Beta Was this translation helpful? Give feedback.
-
I asked Anthropic Claude on the best strategy moving forward here is the suggestions
|
Beta Was this translation helpful? Give feedback.
-
For context, we have successfully integrated MCP into our product and also running multiple custom servers in production, having a place to contribute back would be greatly helpful to the community ! |
Beta Was this translation helpful? Give feedback.
-
Hey, in the interim I've created an unofficial repo to start tracking community MCP work (clients, servers and other projects) https://github.com/sdairs/mcp-community - please feel free to PR links to what you're working on! |
Beta Was this translation helpful? Give feedback.
-
This nice registry also popped-up https://mcp-get.com/ |
Beta Was this translation helpful? Give feedback.
We've now ratified some changes to how we'll manage the servers repo going forward.
TLDR: We're restructuring the MCP servers repository to focus on reference implementations only. New server implementations should be developed in separate repositories and can be added as links to our README, rather than submitted as PRs to this repository.
Please check out the announcement for full details!