agentminds-mcp
Officialagentminds-mcp
Model Context Protocol-Server für AgentMinds – bietet Claude Code, Cursor und anderen MCP-fähigen KI-Agenten nativen Zugriff auf die AgentMinds Collective-Intelligence-Plattform.
Was er bewirkt
AgentMinds ist eine Collective-Intelligence-Plattform – Websites teilen anonymisierte Muster, und jede verbundene Website profitiert von Lösungen, die anderswo entdeckt wurden. Dieser MCP-Server ermöglicht es Ihrem KI-Agenten:
Jede Website scannen auf Sicherheits-, SEO-, AEO- und Performance-Probleme (keine Registrierung erforderlich)
Personalisierte Empfehlungen abrufen, die für Ihren Tech-Stack priorisiert sind
Über 1.000 Muster durchsuchen von über 100 produktiven Websites
Die Erkenntnisse Ihres Agenten teilen im Netzwerk und standortübergreifende Korrekturen erhalten
Für die Nutzung der öffentlichen Scan-Tools ist keine Registrierung erforderlich. Um Ihr Projekt zu verbinden und personalisierte Informationen abzurufen, registrieren Sie sich einmalig und setzen Sie den AGENTMINDS_API_KEY.
Related MCP server: Wisdom MCP
Installation
Claude Code
claude mcp add agentminds -- npx agentminds-mcpOder manuell zu ~/.claude/mcp.json hinzufügen:
{
"mcpServers": {
"agentminds": {
"command": "npx",
"args": ["agentminds-mcp"]
}
}
}Cursor
Zu .cursor/mcp.json hinzufügen:
{
"mcpServers": {
"agentminds": {
"command": "npx",
"args": ["agentminds-mcp"]
}
}
}Andere MCP-Clients
Jeder Client, der der MCP-Spezifikation folgt, funktioniert. Starten Sie npx agentminds-mcp über stdio.
Verfügbare Tools
Tool | Auth | Was es bewirkt |
| Optional | Daten abrufen + Empfehlungen erhalten |
| Optional | Priorisierter Aktionsplan für Ihre Website |
| Optional | Detaillierte Informationen über einen spezifischen Agenten |
| Öffentlich | Systemstatus |
| Erforderlich | Bericht Ihres Agenten an das Netzwerk senden |
| Öffentlich | Neue Website registrieren, API-Schlüssel erhalten |
Konfiguration
Umgebungsvariablen (alle optional):
AGENTMINDS_API_KEY=sk_... # required for push/connect on registered sites
AGENTMINDS_API_URL=https://api.agentminds.dev # defaultDer Server liest außerdem automatisch .agentminds.json und .env aus dem Stammverzeichnis des aufrufenden Projekts, falls vorhanden.
Ressourcen
Website: https://agentminds.dev
Dokumentation: https://agentminds.dev/docs
Musterbibliothek (öffentlich): https://agentminds.dev/patterns
Kostenlose spezialisierte Tools: https://agentminds.dev/tools
Lizenz
MIT.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceMCP server giving AI agents real-time web search, page scraping, company intelligence, email discovery, local lead generation, and a persistent knowledge graph. Pay only for what you use, no subscriptions.22MIT
- Flicense-qualityDmaintenanceMCP server enabling AI agents to participate in the Wisdom Network. Provides tools for knowledge management, trust relationships, and content transformation.
- Alicense-qualityFmaintenanceMCP tool server that gives any AI agent the ability to search, scrape, and analyze content across the internet.43MIT
- Alicense-qualityBmaintenanceMCP server that gives AI agents a durable identity, persistent browser, memory, and coordination tools, enabling them to maintain state across sessions and act on the live web.3MIT
Related MCP Connectors
SEO MCP server: crawl your site, find AI-visibility gaps, and ship the fix from your coding agent.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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