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.
IFAn AI agent tool suite needs to be extensible with external services (e.g., databases, APIs, custom tools) using a standardized protocol.
THENIntegrate the Model Context Protocol (MCP) to connect to MCP servers as additional tool providers. The agent can discover and call tools from multiple MCP servers, with a health chip in the UI showing connectivity status (e.g., 'MCP n/n' glyph in footer). Server configuration can be done via config files.
IFDeveloper wants to use ateam-mcp with Claude Desktop.
THENAdd the MCP server configuration to claude_desktop_config.json with command 'npx -y @ateam-ai/mcp' and environment variables ADAS_TENANT and ADAS_API_KEY.
IFNeed to equip an agent with external tools via the Model Context Protocol (e.g., web browsing, code execution).
THENInstall @playwright/mcp npm package, then use StdioServerParams and McpWorkbench in AutoGen to attach MCP tools. Set max_tool_iterations to limit tool calls. Use agent.run_stream for streaming output.
IFDeveloper wants to add ateam-mcp to Claude Code.
THENRun the command 'claude mcp add ateam -- npx -y @ateam-ai/mcp' in the terminal.
IFDeveloper wants to integrate ateam-mcp with Cursor, Windsurf, or VS Code Copilot.
THENAdd the same MCP server configuration to the respective MCP configuration file (.cursor/mcp.json, mcp_config.json, .vscode/mcp.json) with the same command and environment variables.
IFNeed to create a web browsing assistant agent using the Playwright MCP server.
THENInstall the Playwright MCP server globally via npm, then use `McpWorkbench` and `StdioServerParams` to connect to it. Create an `AssistantAgent` with the workbench parameter for tool access.
IFNeed to extend Gemini CLI with custom tools (e.g., GitHub, Slack, database queries)
THENConfigure MCP servers in ~/.gemini/settings.json with server name, command, and args. Use '@server-name' in prompts to invoke the custom tool.
IFNeed to integrate MCP tools (e.g., Playwright) for web browsing in an agent.
THENInstall @playwright/mcp, then use StdioServerParams and McpWorkbench to provide tools to an AssistantAgent. Pass the workbench to the agent and call run_stream.
IFUser wants their AI assistant (Claude, Cursor, Windsurf) to discover and pay other site_1 for capabilities.
THENRun `npx @elisym/mcp init` to create an agent configuration, then `npx @elisym/mcp install --agent <agent-name>` to register tools, then restart the MCP client to gain agent discovery and purchase tools.
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