Skip to content

Commit 90369c8

Browse files
authored
Merge pull request #3046 from olaservo/update-pr-template-deprecate-readme
docs: update PR template to deprecate README and promote MCP Registry
2 parents a10de64 + 92dbd9f commit 90369c8

3 files changed

Lines changed: 17 additions & 6 deletions

File tree

.github/pull_request_template.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Description
44

5+
## Publishing Your Server
6+
7+
**Note: We are no longer accepting PRs to add servers to the README.** Instead, please publish your server to the [MCP Server Registry](https://github.com/modelcontextprotocol/registry) to make it discoverable to the MCP ecosystem.
8+
9+
To publish your server, follow the [quickstart guide](https://github.com/modelcontextprotocol/registry/blob/main/docs/modelcontextprotocol-io/quickstart.mdx). You can browse published servers at [https://registry.modelcontextprotocol.io/](https://registry.modelcontextprotocol.io/).
10+
511
## Server Details
612
<!-- If modifying an existing server, provide details -->
713
- Server: <!-- e.g., filesystem, github -->

CONTRIBUTING.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ We accept changes through [the standard GitHub flow model](https://docs.github.c
66

77
## Server Listings
88

9-
We welcome PRs that add links to your servers in the [README.md](./README.md)!
9+
We are **no longer accepting PRs** to add server links to the README. Please publish your server to the [MCP Server Registry](https://github.com/modelcontextprotocol/registry) instead. Follow the [quickstart guide](https://github.com/modelcontextprotocol/registry/blob/main/docs/modelcontextprotocol-io/quickstart.mdx).
10+
11+
You can browse published servers using the simple UI at [https://registry.modelcontextprotocol.io/](https://registry.modelcontextprotocol.io/).
1012

1113
## Server Implementations
1214

@@ -16,10 +18,10 @@ We welcome:
1618
- **Enhancements that demonstrate MCP protocol features** — We encourage contributions that help reference servers better illustrate underutilized aspects of the MCP protocol beyond just Tools, such as Resources, Prompts, or Roots. For example, adding Roots support to filesystem-server helps showcase this important but lesser-known feature.
1719

1820
We're more selective about:
19-
- **Other new features** — Especially if they're not crucial to the server's core purpose or are highly opinionated. The existing servers are reference servers meant to inspire the community. If you need specific features, we encourage you to build enhanced versions! We think a diverse ecosystem of servers is beneficial for everyone, and would love to link to your improved server in our README.
21+
- **Other new features** — Especially if they're not crucial to the server's core purpose or are highly opinionated. The existing servers are reference servers meant to inspire the community. If you need specific features, we encourage you to build enhanced versions and publish them to the [MCP Server Registry](https://github.com/modelcontextprotocol/registry)! We think a diverse ecosystem of servers is beneficial for everyone.
2022

2123
We don't accept:
22-
- **New server implementations** — We encourage you to publish them yourself, and link to them from the README.
24+
- **New server implementations** — We encourage you to publish them to the [MCP Server Registry](https://github.com/modelcontextprotocol/registry) instead.
2325

2426
## Testing
2527

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
This repository is a collection of *reference implementations* for the [Model Context Protocol](https://modelcontextprotocol.io/) (MCP), as well as references to community-built servers and additional resources.
44

5+
> [!IMPORTANT]
6+
> If you are looking for a list of MCP servers, you can browse published servers on [the MCP Registry](https://registry.modelcontextprotocol.io/). The repository served by this README is dedicated to housing just the small number of reference servers maintained by the MCP steering group.
7+
58
The servers in this repository showcase the versatility and extensibility of MCP, demonstrating how it can be used to give Large Language Models (LLMs) secure, controlled access to tools and data sources.
69
Typically, each MCP server is implemented with an MCP SDK:
710

@@ -16,9 +19,6 @@ Typically, each MCP server is implemented with an MCP SDK:
1619
- [Swift MCP SDK](https://github.com/modelcontextprotocol/swift-sdk)
1720
- [TypeScript MCP SDK](https://github.com/modelcontextprotocol/typescript-sdk)
1821

19-
> [!NOTE]
20-
> Lists in this README are maintained in alphabetical order to minimize merge conflicts when adding new items.
21-
2222
## 🌟 Reference Servers
2323

2424
These servers aim to demonstrate MCP features and the official SDKs.
@@ -51,6 +51,9 @@ The following reference servers are now archived and can be found at [servers-ar
5151

5252
## 🤝 Third-Party Servers
5353

54+
> [!NOTE]
55+
The server lists in this README are no longer maintained and will eventually be removed.
56+
5457
### 🎖️ Official Integrations
5558

5659
Official integrations are maintained by companies building production ready MCP servers for their platforms.

0 commit comments

Comments
 (0)