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
```
You Might Also Like
Ollama
Ollama enables easy access to large language models on various platforms.

n8n
n8n is a secure workflow automation platform for technical teams with 400+...
OpenWebUI
Open WebUI is an extensible web interface for customizable applications.

Dify
Dify is a platform for AI workflows, enabling file uploads and self-hosting.

Zed
Zed is a high-performance multiplayer code editor from the creators of Atom.
MarkItDown MCP
markitdown-mcp is a lightweight MCP server for converting various URIs to Markdown.