MCP Startup Framework
mcp-serverStable
Stars
127
Δ stars 7d
+0
Δ stars 30d
—
Forks
16
Contributors
2
npm DL / wk
—
PyPI DL / wk
—
Language
TypeScript
Last push
2026-02-20
About MCP Startup Framework
A complete framework for building remote Model Context Protocol (MCP) servers on Cloudflare Workers with OAuth authentication, PostgreSQL database, and Stripe-powered paid tools. git clone https://github.com/f/mcp-startup-framework cd mcp-startup-framework // Add REST API routes backend .route('GET', '/api/status', (c) => c.json({ status: 'ok' })) .authRoute('GET', '/api/profile', (c, userContext) => c.json({ user: userContext }) ); ```
Read the full README on GitHub →
Growth score: 0/100 week of 2026-06-29
Signal history
| Week | Score | Δ★ | Signal |
|---|---|---|---|
| 2026-06-29 | 0 | +0 | Stable |
| 2026-06-15 | 0 | +0 | Stable |
MCP Startup Framework alternatives
Projects in the same category, closest in size — picked by data, not opinion.
See all mcp-server projects ranked by growth →
Frequently asked questions
- Is MCP Startup Framework still maintained?
- Activity is low: the last push was on 2026-02-20 (140 days before our latest snapshot).
- Is MCP Startup Framework growing?
- It is stable this week, with a growth score of 0/100. See the weekly history above.
- What are the best MCP Startup Framework alternatives?
- Closest by category and size in our data: re-mcp, Oracle DB Context MCP Server, LangSmith MCP Server — full list with live signals above.
Embed this badge
Show your project's live signal in your README — it updates weekly with the data.
Tracked since 2026-06-20 · data as of 2026-07-10 · 9 open issues · 0 releases