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.
IFMCP server disconnects shortly after connecting, with logs showing 'Server transport closed unexpectedly' and no additional error details.
THENVerify the claude_desktop_config.json points to the correct command and that dependencies are installed in the expected environment. If using 'uv', run 'uv sync' or 'uv add' to ensure packages are installed. Alternatively, install packages globally via npm/pip and use the direct path. Use the MCP Inspector to test the server independently.
IFMCP server disconnects soon after startup with log 'Server transport closed unexpectedly, this is likely due to the process exiting early' or 'MCP server <name> disconnected' repeatedly.
THENEnsure the server command in `claude_desktop_config.json` matches the runtime environment (e.g., use `uv` for Python projects, `node` for Node projects). Add debug output to stderr (`console.error` in JS, `print(..., file=sys.stderr)` in Python) to surface process exit issues. Verify all dependencies are installed and the working directory is correct.
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