{"id":29801308,"url":"https://github.com/acceleronix/saas-mcp-server","last_synced_at":"2026-05-17T01:33:41.752Z","repository":{"id":305097616,"uuid":"1021911109","full_name":"Acceleronix/saas-mcp-server","owner":"Acceleronix","description":"Acceleronix SaaS MCP Server","archived":false,"fork":false,"pushed_at":"2025-07-23T09:28:25.000Z","size":235,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-23T09:28:35.600Z","etag":null,"topics":["acceleronix","iot","mcp","saas"],"latest_commit_sha":null,"homepage":"https://eueam.acceleronix.io/dashboard","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/Acceleronix.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-07-18T06:30:52.000Z","updated_at":"2025-07-23T09:28:28.000Z","dependencies_parsed_at":"2025-07-23T09:28:37.048Z","dependency_job_id":null,"html_url":"https://github.com/Acceleronix/saas-mcp-server","commit_stats":null,"previous_names":["acceleronix/virtual-data-mcp-server","acceleronix/saas-mcp-server"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Acceleronix/saas-mcp-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Acceleronix%2Fsaas-mcp-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Acceleronix%2Fsaas-mcp-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Acceleronix%2Fsaas-mcp-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Acceleronix%2Fsaas-mcp-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Acceleronix","download_url":"https://codeload.github.com/Acceleronix/saas-mcp-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Acceleronix%2Fsaas-mcp-server/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267496837,"owners_count":24097099,"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-07-28T02:00:09.689Z","response_time":68,"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":["acceleronix","iot","mcp","saas"],"created_at":"2025-07-28T09:44:27.979Z","updated_at":"2026-05-17T01:33:41.726Z","avatar_url":"https://github.com/Acceleronix.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%2Facceleronix%2Fsaas-mcp-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facceleronix%2Fsaas-mcp-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facceleronix%2Fsaas-mcp-server/lists"}