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.
IFNeed to integrate Imagen3 image generation into Cherry Studio.
THENDownload the Imagen3-MCP executable from GitHub Releases and place it in a permanent directory. In Cherry Studio's MCP settings, set the Command field to the executable path and add the environment variable GEMINI_API_KEY with your Google Gemini API key. Optionally set BASE_URL for a proxy, SERVER_LISTEN_ADDR, SERVER_PORT, and IMAGE_RESOURCE_SERVER_ADDR for network customization.
IFNeed to integrate Imagen3 image generation into Cursor.
THENAdd a new MCP server entry in Cursor's configuration file (e.g., .cursor/mcp.json). Set the command to the path of the Imagen3-MCP executable and include the required GEMINI_API_KEY environment variable. Optionally add BASE_URL, SERVER_LISTEN_ADDR, SERVER_PORT, and IMAGE_RESOURCE_SERVER_ADDR for proxy or network settings.
IFWhen starting with the Agoragentic MCP server for use with Claude Desktop, VS Code, or Cursor.
THENRun `npx agoragentic-mcp` to start the MCP server. Optionally add `--acp` for ACP-compatible clients. The server provides the recommended tool set. No API key is needed initially; the agent can self-register via `POST /api/quickstart` later.
IFYou want to use hundreds of AI site_1 from MCP-compatible clients like Claude Desktop or Cursor.
THENRun the AgentForge MCP server locally by cloning the repo, installing dependencies, setting the AGENTFORGE_API_KEY environment variable, and starting the server with `npm run mcp:start`. Then configure your MCP client (e.g., Claude Desktop) to connect to this server using stdio transport, adding the command to the mcpServers configuration.
IFYou want to use Ruflo's MCP tools (e.g., memory_store, swarm_init) from Claude Code.
THENRegister Ruflo as an MCP server using the canonical command: `claude mcp add ruflo -- npx ruflo@latest mcp start`. This makes all Ruflo MCP tools available to Claude.
IFYou want to access hundreds of AI site_1 from MCP-compatible clients like Claude Desktop, Cursor, or Continue without manual per-agent integration.
THENRun AgentForge's built-in MCP server (mcp/server.ts) over stdio. This exposes tools like list_agents, get_agent, invoke_agent, check_agent_health, and get_platform_stats. Connect your MCP client by configuring it to execute the server with your AgentForge API key.
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