{"id":28144759,"url":"https://github.com/roerohan/remote-mcp-server-authless","last_synced_at":"2025-10-08T13:47:44.098Z","repository":{"id":291004628,"uuid":"976269962","full_name":"roerohan/remote-mcp-server-authless","owner":"roerohan","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-01T20:04:21.000Z","size":74,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-14T22:13:24.707Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/roerohan.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}},"created_at":"2025-05-01T20:03:59.000Z","updated_at":"2025-05-01T20:04:24.000Z","dependencies_parsed_at":"2025-05-01T21:22:47.315Z","dependency_job_id":"736fe4b1-6f9d-4027-9e0e-019bcf4c9bbc","html_url":"https://github.com/roerohan/remote-mcp-server-authless","commit_stats":null,"previous_names":["roerohan/remote-mcp-server-authless"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/roerohan/remote-mcp-server-authless","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roerohan%2Fremote-mcp-server-authless","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roerohan%2Fremote-mcp-server-authless/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roerohan%2Fremote-mcp-server-authless/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roerohan%2Fremote-mcp-server-authless/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roerohan","download_url":"https://codeload.github.com/roerohan/remote-mcp-server-authless/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roerohan%2Fremote-mcp-server-authless/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278956331,"owners_count":26075221,"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-08T02:00:06.501Z","response_time":56,"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-05-14T22:13:12.836Z","updated_at":"2025-10-08T13:47:44.044Z","avatar_url":"https://github.com/roerohan.png","language":"TypeScript","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%2Froerohan%2Fremote-mcp-server-authless","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froerohan%2Fremote-mcp-server-authless","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froerohan%2Fremote-mcp-server-authless/lists"}