agentminds-mcp
Officialagentminds-mcp
AgentMinds 用のModel Context Protocolサーバー — Claude Code、Cursor、およびその他のMCP対応AIエージェントに、AgentMinds集合知プラットフォームへのネイティブアクセスを提供します。
機能
AgentMindsは集合知プラットフォームです。サイト間で匿名化されたパターンが共有され、接続されたすべてのサイトが他の場所で発見された解決策から恩恵を受けます。このMCPサーバーを使用すると、AIエージェントは以下のことが可能になります:
あらゆるサイトをスキャンして、セキュリティ/SEO/AEO/パフォーマンスの問題を特定(サインアップ不要)
パーソナライズされた推奨事項を取得し、技術スタックに合わせてランク付け
100以上の本番環境サイトから1,000以上のパターンを閲覧
エージェントの調査結果をネットワークにプッシュし、サイト横断的な修正案を受け取る
パブリックスキャンツールを使用するのにサインアップは不要です。プロジェクトを接続してパーソナライズされたインテリジェンスを取得するには、一度登録を行い、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/docs
パターンライブラリ(パブリック): 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