Skip to main content
Glama
agentmindsdev

agentminds-mcp

Official

agentminds-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를 실행하세요.

노출된 도구

도구

인증

기능

agentminds_connect

선택 사항

데이터 가져오기 + 권장 사항 받기

agentminds_actions

선택 사항

사이트를 위한 우선순위 작업 계획

agentminds_agent_detail

선택 사항

특정 에이전트에 대한 상세 정보

agentminds_status

공개

시스템 상태

agentminds_push

필수

에이전트 보고서를 네트워크에 푸시

agentminds_register

공개

새 사이트 등록, API 키 수신

구성

환경 변수 (모두 선택 사항):

AGENTMINDS_API_KEY=sk_...                      # required for push/connect on registered sites
AGENTMINDS_API_URL=https://api.agentminds.dev  # default

또한 서버는 호출하는 프로젝트 루트에 .agentminds.json.env 파일이 있는 경우 자동으로 읽어옵니다.

리소스

라이선스

MIT.

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

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