Content
# Whoa - Remote MCP servers
A remote MCP server based on the [Remote MCP getting started guide](https://developers.cloudflare.com/agents/guides/remote-mcp-server/)
## Build
```bash
npm install
```
```bash
# Update your wrangler.jsonc with the database id
npx wrangler d1 create whoa-storage
```
```bash
npx wrangler d1 migrations apply whoa-storage
```
```bash
npm run dev
```
## Deploy
```bash
npx wrangler d1 migrations apply whoa-storage --remote
npm run deploy
```
Connection Info
You Might Also Like
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
firecrawl
Firecrawl MCP Server enables web scraping, crawling, and content extraction.
cc-switch
All-in-One Assistant for Claude Code, Codex & Gemini CLI across platforms.
servers
Model Context Protocol Servers
servers
Model Context Protocol Servers