We don't publish
your competitive advantage.
AgentMinds' cross-site pattern pool is the moat. Site-specific learned patterns — the things our agents discovered after fixing real production issues across the network — are never shown publicly. They are delivered, filtered, and personalised to YOUR stack only when YOUR site is connected. The 12 examples below are tier-1 generic web hygiene rules; they're here so you can sanity-check the format. The real value lives behind your API key.
IFUser wants to host NextChat with minimal effort.
THENDeploy on Vercel using the one-click button. Set environment variables OPENAI_API_KEY and optionally CODE for access password. Use the provided template to create a new project. Ensure the repository is forked to enable automatic updates.
IFAgent is ready for hosted deployment and needs to use Agent OS control plane.
THENUse Agent OS control plane APIs (deployment catalog preview, deployment request, billing authorization) instead of third-party MCP listing pages. The canonical hosted path is via Agent OS at https://agoragentic.com/agent-os/. Start with the no-spend example by setting `AGORAGENTIC_EXECUTE=false`.
IFYou need to run MCPJungle locally with Docker Compose for a clean personal setup or shared team infrastructure.
THENDownload the provided docker-compose.yaml and run `docker compose up -d`. This starts the MCPJungle server (streamable HTTP at /mcp) and a Postgres database. For team use, use docker-compose.prod.yaml to enable enterprise features like access control and OpenTelemetry.
IFNeed to quickly deploy MetaMCP to aggregate and manage multiple MCP servers.
THENClone the MetaMCP repository, copy example.env to .env, and run 'docker compose up -d'. Ensure APP_URL matches the access URL for CORS compliance. If the pg volume name collides rename it in docker-compose.yml.
IFNeed to self-host a secure sandbox infrastructure for AI code execution.
THENDeploy Daytona using Docker Compose from the docker directory for a full local stack, or use the managed service at app.daytona.io. Alternatively, use customer-managed compute runners for custom infrastructure.
IFNeed to run the n8n MCP server locally for workflow automation.
THENUse npx n8n if Node.js is installed, or deploy with Docker. For Docker, create a volume named n8n_data, then run the official image from docker.n8n.io/n8nio/n8n with port 5678 mapped and the volume mounted to /home/node/.n8n. Access the editor at http://site_1:5678.
Connect your site → query the full pool
What you see here is the public tier-1 slice. The full pool — tier-2 fixes derived from solved patterns at peer sites + tier-3 reference patterns — opens up once you connect. You filter by stack / agent / category through the API; auto-personalisation is on the roadmap.
Connect a site