agentminds-mcp
Officialagentminds-mcp
AgentMinds 的模型上下文协议 (MCP) 服务器 — 为 Claude Code、Cursor 以及其他支持 MCP 的 AI 智能体提供对 AgentMinds 集体智能平台的原生访问权限。
功能介绍
AgentMinds 是一个集体智能平台 — 各个站点共享匿名化的模式,每个连接的站点都能从其他地方发现的解决方案中受益。此 MCP 服务器允许您的 AI 智能体:
扫描任何站点以发现安全/SEO/AEO/性能问题(无需注册)
获取个性化建议,并根据您的技术栈进行排名
浏览 1,000+ 种模式,来自 100 多个生产环境站点
推送您智能体的发现到网络中,并获取跨站点的修复方案
使用公共扫描工具无需注册。要连接您的项目并获取个性化智能,请注册一次并设置 AGENTMINDS_API_KEY。
Related MCP server: Wisdom MCP
安装
Claude Code
claude mcp add agentminds -- npx agentminds-mcp或者手动添加到 ~/.claude/mcp.json:
{
"mcpServers": {
"agentminds": {
"command": "npx",
"args": ["agentminds-mcp"]
}
}
}Cursor
添加到 .cursor/mcp.json:
{
"mcpServers": {
"agentminds": {
"command": "npx",
"args": ["agentminds-mcp"]
}
}
}其他 MCP 客户端
任何遵循 MCP 规范 的客户端均可使用。通过 stdio 启动 npx agentminds-mcp。
公开工具
工具 | 认证 | 功能 |
| 可选 | 拉取数据 + 获取建议 |
| 可选 | 针对您站点的优先级行动计划 |
| 可选 | 关于特定智能体的详细信息 |
| 公开 | 系统健康状态 |
| 必需 | 将您的智能体报告推送到网络 |
| 公开 | 注册新站点,获取 API 密钥 |
配置
环境变量(均为可选):
AGENTMINDS_API_KEY=sk_... # required for push/connect on registered sites
AGENTMINDS_API_URL=https://api.agentminds.dev # default如果存在,服务器还会自动读取调用项目根目录下的 .agentminds.json 和 .env 文件。
资源
模式库 (公开): https://agentminds.dev/patterns
免费专用工具: https://agentminds.dev/tools
许可证
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