{
  "markdown": "# MCP Registry Server\n\nAvialble at: https://registry-mcp.remote-mcp.com\n\nAn MCP server that provides tools to search and retrieve information from the official MCP registry.\n\n## Tools\n\n- **ListMCPServers**: Search and list MCP servers from the registry with optional filtering\n- **GetMCPServer**: Get detailed information about a specific MCP server\n\n## Deployment\n\nDeploy to Cloudflare Workers:\n\n```bash\nnpm run deploy\n```\n\nThis will deploy your MCP server to a URL like: `registry-mcp.remote-mcp.com`\n\n## Connect to Cloudflare AI Playground\n\nYou can connect to your MCP server from the Cloudflare AI Playground, which is a remote MCP client:\n\n1. Go to https://playground.ai.cloudflare.com/\n2. Enter your deployed MCP server URL (`remote-mcp-server-authless.<your-account>.workers.dev/sse`)\n3. You can now use your MCP tools directly from the playground!\n\n## Connect Claude Desktop to your MCP server\n\nYou can also connect to your remote MCP server from local MCP clients, by using the [mcp-remote proxy](https://www.npmjs.com/package/mcp-remote). \n\nTo connect to your MCP server from Claude Desktop, follow [Anthropic's Quickstart](https://modelcontextprotocol.io/quickstart/user) and within Claude Desktop go to Settings > Developer > Edit Config.\n\nUpdate with this configuration:\n\n```json\n{\n  \"mcpServers\": {\n    \"calculator\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"mcp-remote\",\n        \"http://localhost:8787/sse\"  // or remote-mcp-server-authless.your-account.workers.dev/sse\n      ]\n    }\n  }\n}\n```\n\nRestart Claude and you should see the tools become available. \n",
  "bytes": 1582,
  "sha": "73a5342e1978c191dacad6d84a572615e5b1c2346416bdb25f203e3e6ce9adda",
  "repo_slug": "jaw9c/mcp-registry-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_remote_mcp_registry_mcp_dd78b76c/readme"
}