From 50490de7ae88e6b18bc6e095af7106b2fd3c7962 Mon Sep 17 00:00:00 2001 From: Khalid Saidi Date: Thu, 19 Feb 2026 11:08:17 -0800 Subject: [PATCH] docs: add Discover MCP servers section (registry + RAGMap) Co-authored-by: Cursor --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 36e9f3dee..f9d27bd6b 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,13 @@ npx @modelcontextprotocol/inspector The server will start up and the UI will be accessible at `http://localhost:6274`. +### Discover MCP servers + +Need a server to test? Try these: + +- **[MCP Registry](https://github.com/modelcontextprotocol/registry)** — official list of published MCP servers. +- **[RAGMap](https://ragmap-api.web.app)** — RAG-focused subregistry: search by meaning or keywords, filter by transport/category. [Browse](https://ragmap-api.web.app/browse) and copy a streamable-http URL into the Inspector. + ### Docker Container You can also start it in a Docker container with the following command: