
Epic Web Agent
Interface UIpar epicweb-dev
MCP server with Remix UI on Cloudflare Workers — query Epic Web workshop material to guide coding agents and solidify learning.
What it does
Epic Web Agent is a full-stack MCP application that runs on Cloudflare Workers. It exposes workshop content from the Epic Web curriculum through an MCP server, allowing coding agents (like ChatGPT, Claude, or Codex) to query workshop material, retrieve context on technical decisions, and stay aligned with Epic Web best practices while generating code.
The Remix-powered UI gives you a browser interface to review workshop content and verify what your agent is working with. A built-in chat page (coming soon) will let you chat directly with an LLM that has access to the MCP server.
Key features
- Workshop context retrieval — agents can pull relevant material from Epic Web workshops to inform code generation
- Remix 3 UI — browser-based interface for reviewing indexed workshop content
- Cloudflare Workers runtime — globally distributed, no cold starts, Durable Objects for MCP state
- OAuth support — secure access control via Cloudflare KV-based session management
- E2E test suite — Playwright tests cover both the UI and MCP server endpoints
Installation
Claude Desktop — add to claude_desktop_config.json:
{
"mcpServers": {
"epic-agent": {
"url": "https://your-deployed-worker.workers.dev/mcp"
}
}
}
VS Code Copilot — add to .vscode/settings.json:
{
"github.copilot.chat.mcp.servers": {
"epic-agent": {
"url": "https://your-deployed-worker.workers.dev/mcp"
}
}
}
Claude.ai web — go to Settings → Integrations and add the MCP server URL: https://your-deployed-worker.workers.dev/mcp
See docs/getting-started.md in the repo for full deployment instructions including environment variables and Cloudflare resource setup.
Supported hosts
Claude Desktop, Claude.ai, ChatGPT, Codex, VS Code Copilot — any MCP-compatible agent that supports HTTP transport.
Installation rapide
bunx wrangler deploy (after configuring wrangler.toml — see docs/getting-started.md)Informations
- Tarification
- free
- Publié
- 4/6/2026
- Mis à jour
