EdgeSeed, a Cloudflare-native SaaS starter: Workers, D1, React Router v7, Hono, Better Auth with orgs and email verification, and an OAuth 2.1-gated MCP server.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"edgeseed": {
"command": "npx",
"args": [
"-y",
"farshidpourlatifi/edgeseed"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add edgeseed npx -y farshidpourlatifi/edgeseed
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"edgeseed": {
"command": "npx",
"args": [
"-y",
"farshidpourlatifi/edgeseed"
]
}
}
}
📋 Copy
README Excerpt
A minimal, reusable base for Cloudflare-native product experiments. - Node.js 22+ - pnpm 9+ ```bash pnpm install cp apps/web/.dev.vars.example apps/web/.dev.vars pnpm db:migrate pnpm db:seed pnpm dev --filter @starter/web ``` The web app runs at `http://localhost:5173`. ``` apps/ web/ React Router v7 + Hono web app (Cloudflare Worker)
Tools (6)
LOG_LEVEL SENTRY_DSN SENTRY_ENVIRONMENT SENTRY_RELEASE SENTRY_TRACES_SAMPLE_RATE error
Topics
better-auth cloudflare-workers d1 drizzle-orm hono mcp react-router saas-boilerplate saas-starter typescript