agentminds-mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@agentminds-mcpscan my website for SEO and security issues"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-mcpOr 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 |
| Optional | Pull data + get recommendations |
| Optional | Prioritized action plan for your site |
| Optional | Detailed info about a specific agent |
| Public | System health |
| Required | Push your agent's report to the network |
| 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 # defaultThe server also auto-reads .agentminds.json and .env from the calling project root if present.
Resources
Site: https://agentminds.dev
Pattern library (public): https://agentminds.dev/patterns
Free single-purpose tools: https://agentminds.dev/tools
License
MIT.
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/agentmindsdev/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server