Self-Hosting / Setup
ClawMind is a Next.js app. To run the full production path, you need:Local Setup
http://localhost:3000.
The app can boot with placeholder env values, but real 0G Storage and Chain writes require the production variables below.
Required Production Env
Deploy
On Vercel or another Next.js host:- Add the env vars above.
- Build with
npm run build. - Start with
npm run start. - Run the checks below.
/api/analyze starts a background analysis and the client polls /api/status?taskId=.... Redis is strongly recommended in production so task status does not disappear between serverless invocations.
Verify Your Deployment
For configuration debugging:
Optional: Deploy Your Own Registry
The hosted app uses:Optional: Docker
http://localhost:3000.
Optional: MCP Server
The MCP server lives inapps/mcp-server.
CLAWMIND_API_BASE_URL if the MCP server should call your self-hosted app instead of the public deployment.