{"id":31577529,"url":"https://github.com/formulahendry/mcp-server-mcp-registry","last_synced_at":"2025-10-05T18:58:01.497Z","repository":{"id":314705166,"uuid":"1056454417","full_name":"formulahendry/mcp-server-mcp-registry","owner":"formulahendry","description":"MCP Server for MCP Registry","archived":false,"fork":false,"pushed_at":"2025-09-14T07:05:37.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-14T09:07:16.683Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/mcp-server-mcp-registry","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/formulahendry.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-14T06:00:16.000Z","updated_at":"2025-09-14T08:34:21.000Z","dependencies_parsed_at":"2025-09-14T09:07:18.232Z","dependency_job_id":"09afa7ff-9533-4674-9197-3335142cfdf3","html_url":"https://github.com/formulahendry/mcp-server-mcp-registry","commit_stats":null,"previous_names":["formulahendry/mcp-server-mcp-registry"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/formulahendry/mcp-server-mcp-registry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formulahendry%2Fmcp-server-mcp-registry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formulahendry%2Fmcp-server-mcp-registry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formulahendry%2Fmcp-server-mcp-registry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formulahendry%2Fmcp-server-mcp-registry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/formulahendry","download_url":"https://codeload.github.com/formulahendry/mcp-server-mcp-registry/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formulahendry%2Fmcp-server-mcp-registry/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278503208,"owners_count":25997718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-05T18:57:58.690Z","updated_at":"2025-10-05T18:58:01.485Z","avatar_url":"https://github.com/formulahendry.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MCP Server for MCP Registry\r\n\r\nA 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.\r\n\r\n## ✨ Features\r\n\r\n- **List MCP Servers**: Browse and search through available MCP servers in the registry\r\n- **Pagination Support**: Handle large result sets with cursor-based pagination\r\n- **Custom Registry URLs**: Support for custom MCP registry endpoints\r\n- **Semantic Search Ready**: Returns raw server data optimized for semantic analysis\r\n\r\n## 🚀 Quick Start\r\n\r\n### Prerequisites\r\n\r\n- Node.js 20+ \r\n\r\n### Installation\r\n\r\n#### VS Code\r\n\r\nInstall the MCP server in VS Code using below buttons:\r\n\r\n[![Install in VS Code](https://img.shields.io/badge/Install_MCP_Server_(npx)-VS_Code-0098FF)](https://insiders.vscode.dev/redirect?url=vscode%3Amcp%2Finstall%3F%257B%2522name%2522%253A%2522mcp-registry%2522%252C%2522command%2522%253A%2522npx%2522%252C%2522args%2522%253A%255B%2522-y%2522%252C%2522mcp-server-mcp-registry%2540latest%2522%255D%257D) [![Install in VS Code Insiders](https://img.shields.io/badge/Install_MCP_Server_(npx)-VS_Code_Insiders-24bfa5)](https://insiders.vscode.dev/redirect?url=vscode-insiders%3Amcp%2Finstall%3F%257B%2522name%2522%253A%2522mcp-registry%2522%252C%2522command%2522%253A%2522npx%2522%252C%2522args%2522%253A%255B%2522-y%2522%252C%2522mcp-server-mcp-registry%2540latest%2522%255D%257D)\r\n\r\nAlternatively, you can add configuration in `mcp.json`:\r\n\r\n```json\r\n{\r\n    \"servers\": {\r\n        \"mcp-registry\": {\r\n            \"command\": \"npx\",\r\n            \"args\": [\r\n                \"-y\",\r\n                \"mcp-server-mcp-registry@latest\"\r\n            ]\r\n        }\r\n    }\r\n}\r\n```\r\n\r\n## 📋 Available Tools\r\n\r\n### `list_mcp_servers`\r\n\r\nLists MCP servers from the MCP Registry with optional pagination and filtering.\r\n\r\n**Parameters:**\r\n- `limit` (optional): Maximum number of servers to return (1-100, default: 50)\r\n- `cursor` (optional): Pagination cursor for retrieving next set of results\r\n- `registry_url` (optional): Base URL of the MCP Registry API (defaults to https://registry.modelcontextprotocol.io/v0/servers)\r\n\r\n## 📚 Related\r\n\r\n- [Model Context Protocol](https://modelcontextprotocol.io/)\r\n- [MCP Registry](https://github.com/modelcontextprotocol/registry)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fformulahendry%2Fmcp-server-mcp-registry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fformulahendry%2Fmcp-server-mcp-registry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fformulahendry%2Fmcp-server-mcp-registry/lists"}