{"id":48908696,"url":"https://github.com/aojdevstudio/unified-remote-mcp","last_synced_at":"2026-04-16T22:03:56.526Z","repository":{"id":311300318,"uuid":"1043252606","full_name":"AojdevStudio/unified-remote-mcp","owner":"AojdevStudio","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-01T21:32:59.000Z","size":248,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-01T23:21:56.790Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/AojdevStudio.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-23T13:10:43.000Z","updated_at":"2025-09-01T21:33:03.000Z","dependencies_parsed_at":"2025-08-24T05:22:17.049Z","dependency_job_id":"7b0df7a4-17fd-4314-a783-ebff7f549cd0","html_url":"https://github.com/AojdevStudio/unified-remote-mcp","commit_stats":null,"previous_names":["aojdevstudio/unfied-remote-mcp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AojdevStudio/unified-remote-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AojdevStudio%2Funified-remote-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AojdevStudio%2Funified-remote-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AojdevStudio%2Funified-remote-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AojdevStudio%2Funified-remote-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AojdevStudio","download_url":"https://codeload.github.com/AojdevStudio/unified-remote-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AojdevStudio%2Funified-remote-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31905896,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-04-16T22:03:36.904Z","updated_at":"2026-04-16T22:03:56.493Z","avatar_url":"https://github.com/AojdevStudio.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Building a Remote MCP Server on Cloudflare (Without Auth)\n\nThis example allows you to deploy a remote MCP server that doesn't require authentication on Cloudflare Workers. \n\n## Get started: \n\n[![Deploy to Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/ai/tree/main/demos/remote-mcp-authless)\n\nThis will deploy your MCP server to a URL like: `remote-mcp-server-authless.\u003cyour-account\u003e.workers.dev/sse`\n\nAlternatively, you can use the command line below to get the remote MCP Server created on your local machine:\n```bash\nnpm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless\n```\n\n## Customizing your MCP Server\n\nTo add your own [tools](https://developers.cloudflare.com/agents/model-context-protocol/tools/) to the MCP server, define each tool inside the `init()` method of `src/index.ts` using `this.server.tool(...)`. \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.\u003cyour-account\u003e.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 \u003e Developer \u003e 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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faojdevstudio%2Funified-remote-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faojdevstudio%2Funified-remote-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faojdevstudio%2Funified-remote-mcp/lists"}