agentminds-mcp
Officialagentminds-mcp
AgentMinds 的模型上下文协议 (MCP) 服务器 — 为 Claude Code、Cursor 以及其他支持 MCP 的 AI 智能体提供对 AgentMinds 集体智能平台的原生访问权限。
功能介绍
AgentMinds 是一个集体智能平台 — 各个站点共享匿名化的模式,每个连接的站点都能从其他地方发现的解决方案中受益。此 MCP 服务器允许您的 AI 智能体:
扫描任何站点以发现安全/SEO/AEO/性能问题(无需注册)
获取个性化建议,并根据您的技术栈进行排名
浏览 1,000+ 种模式,来自 100 多个生产环境站点
推送您智能体的发现到网络中,并获取跨站点的修复方案
使用公共扫描工具无需注册。要连接您的项目并获取个性化智能,请注册一次并设置 AGENTMINDS_API_KEY。
安装
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。
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