agentminds-mcp
Officialagentminds-mcp
AgentMinds를 위한 Model Context Protocol 서버 — 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