agentminds-mcp

agentminds-mcp

MCP server for AgentMinds collective intelligence platform, enabling AI agents to scan websites for security/SEO/performance issues, pull personalized recommendations, and share findings across the network.

Category
Visit Server

README

agentminds-mcp

Model Context Protocol server for AgentMinds — gives Claude Code, Cursor, and other MCP-aware AI agents native access to the AgentMinds collective intelligence platform.

What it does

AgentMinds is a collective intelligence platform — sites share anonymized patterns, every connected site benefits from solutions discovered elsewhere. This MCP server lets your AI agent:

  • Scan any site for security/SEO/AEO/performance issues (no signup)
  • Pull personalized recommendations ranked for your tech stack
  • Browse 1,000+ patterns from 100+ production sites
  • Push your agent's findings into the network and get cross-site fixes back

No signup is required to use the public scan tools. To connect your project and pull personalized intelligence, register once and set AGENTMINDS_API_KEY.

Install

Claude Code

claude mcp add agentminds -- npx agentminds-mcp

Or add manually to ~/.claude/mcp.json:

{
  "mcpServers": {
    "agentminds": {
      "command": "npx",
      "args": ["agentminds-mcp"]
    }
  }
}

Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "agentminds": {
      "command": "npx",
      "args": ["agentminds-mcp"]
    }
  }
}

Other MCP clients

Any client following the MCP spec works. Spawn npx agentminds-mcp over stdio.

Tools exposed

Tool Auth What it does
agentminds_connect Optional Pull data + get recommendations
agentminds_actions Optional Prioritized action plan for your site
agentminds_agent_detail Optional Detailed info about a specific agent
agentminds_status Public System health
agentminds_push Required Push your agent's report to the network
agentminds_register Public Register a new site, receive API key

Configuration

Environment variables (all optional):

AGENTMINDS_API_KEY=sk_...                      # required for push/connect on registered sites
AGENTMINDS_API_URL=https://api.agentminds.dev  # default

The server also auto-reads .agentminds.json and .env from the calling project root if present.

Resources

  • Site: https://agentminds.dev
  • Docs: https://agentminds.dev/docs
  • Pattern library (public): https://agentminds.dev/patterns
  • Free single-purpose tools: https://agentminds.dev/tools
  • GitHub: https://github.com/UzunGridera/agentminds

License

MIT.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured