Skip to main content
Glama

MCP Server for MCP Registry

A Model Context Protocol (MCP) server that provides tools to interact with the MCP Registry. This server allows you to discover and search for available MCP servers in the registry.

✨ Features

  • List MCP Servers: Browse and search through available MCP servers in the registry

  • Pagination Support: Handle large result sets with cursor-based pagination

  • Custom Registry URLs: Support for custom MCP registry endpoints

  • Semantic Search Ready: Returns raw server data optimized for semantic analysis

🚀 Quick Start

Prerequisites

  • Node.js 20+

Installation

VS Code

Install the MCP server in VS Code using below buttons:

Install in VS Code Install in VS Code Insiders

Alternatively, you can add configuration in mcp.json:

{ "servers": { "mcp-registry": { "command": "npx", "args": [ "-y", "mcp-server-mcp-registry@latest" ] } } }

📋 Available Tools

list_mcp_servers

Lists MCP servers from the MCP Registry with optional pagination and filtering.

Parameters:

  • limit (optional): Maximum number of servers to return (1-100, default: 50)

  • cursor (optional): Pagination cursor for retrieving next set of results

  • registry_url (optional): Base URL of the MCP Registry API (defaults to https://registry.modelcontextprotocol.io/v0/servers)

📚 Related

One-click Deploy
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/formulahendry/mcp-server-mcp-registry'

If you have feedback or need assistance with the MCP directory API, please join our Discord server