What problem does it solve?
Provides a clear, repeatable workflow to run the everyrow HTTP MCP server locally, avoid port conflicts, and expose a development instance for OAuth-based clients that cannot reach localhost. It prevents common developer pitfalls like stale host processes shadowing container ports, missing environment variables, and misconfigured tunnel settings that break OAuth discovery.
Core Features & Use Cases
- Local orchestration: Guides developers to start the MCP server and Redis with Docker Compose and local overrides.
- Tunnel support: Explains how to expose the local server via Cloudflare tunnel for testing Claude.ai, Claude Desktop, and remote OAuth flows.
- Debugging & verification: Covers pre-flight checks, log inspection, OAuth discovery validation, and teardown procedures.
- Use case: Run a full local MCP environment to test OAuth redirects, verify tool discovery, or debug integration with Claude clients before deploying to staging.
Quick Start
From the repository root, run the Docker Compose local stack in everyrow-mcp/deploy with REDIS_PASSWORD and MCP_SERVER_URL set so the server and Redis come up and the health endpoint returns 200.