loading…
Search for a command to run...
loading…
MCP server for AgentMinds collective intelligence platform, enabling AI agents to scan websites for security/SEO/performance issues, pull personalized recommend
MCP server for AgentMinds collective intelligence platform, enabling AI agents to scan websites for security/SEO/performance issues, pull personalized recommendations, and share findings across the network.
npm version npm downloads License: MIT ARP 1.3.0 MCP-aware
MCP server for AgentMinds — cross-site collective intelligence for production AI agents. Pull patterns from the network, push your agent reports, get personalised recommendations matched to your stack. No signup needed for the trial.
npx agentminds-mcp
Then call agentminds_connect from any MCP-aware client. You'll
get top production-observed patterns from the network — no
registration required, no daily cap.
AgentMinds is free for everyone. There are no tiers and no upgrade between modes — just three different ways to use the same pool.
| Mode | What you give | What you get |
|---|---|---|
| Anonymous | nothing | Top patterns from the public pool |
| Registered | URL + name (run agentminds_register) |
Stack-matched personalised recommendations |
| Push back | agent reports (run agentminds_push) |
Pool grows for everyone; cross-site references surface when matches exist |
The backend auto-routes between modes based on your auth state.
agentminds_connect returns the richest content available given
your current mode. Pushing is optional and never required to keep
pulling.
Fair question. Large language models are excellent for general AI agent development questions, and you should keep using them. But they have three blind spots that AgentMinds fills:
LLM training cutoffs are months behind. The vLLM threading bug that broke production agents in March? Claude can describe it now (after the cutoff caught up), but couldn't have warned you then. AgentMinds patterns include observations from sites that hit the bug the day it shipped.
Patterns learned inside private codebases never reach public training data. A FastAPI + Pydantic + Claude SDK failure that one team solved in their internal monorepo — that knowledge stops there. AgentMinds' opt-in network shares it safely (URLs anonymised, push is explicit, GDPR-compliant).
Claude can suggest a fix. AgentMinds can tell you:
negative_evidence)safe_config (no rollback risk)That's production data, not training data.
Numbers above are illustrative for the format. Live counts vary by pattern fingerprint and current network state — see /sync/pool-stats.
We're complementary, not competitive:
The MCP server makes both available in your terminal. Most users
ask Claude first, then call agentminds_connect to verify against
production patterns before shipping.
claude mcp add agentminds -- npx agentminds-mcp
Or add manually to ~/.claude/mcp.json:
{
"mcpServers": {
"agentminds": {
"command": "npx",
"args": ["agentminds-mcp"]
}
}
}
Add to .cursor/mcp.json:
{
"mcpServers": {
"agentminds": {
"command": "npx",
"args": ["agentminds-mcp"]
}
}
}
Any client following the MCP spec
works. Spawn npx agentminds-mcp over stdio.
| Tool | Auth | What it does |
|---|---|---|
agentminds_intro |
None | Onboarding overview + live network stats. Call this first if unsure. |
agentminds_status |
None | Backend health (/health): up/down, last pipeline, open circuits. |
agentminds_connect |
Optional | Tier-aware pull: anonymous trial / registered no-push / personalised. The main value tool. |
agentminds_register |
None | Create a site, receive an API key. Saves to .agentminds.json in cwd. |
agentminds_push |
Required | Submit agent reports (severity, summary, metrics, warnings, learned_patterns). Returns server-graded data quality. |
agentminds_actions |
Required | Personalised action plan for your site. |
agentminds_agent_detail |
Required | Inspect a specific agent (metrics, warnings, patterns). |
agentminds_site_overview |
Required | Dashboard view of all your agents and their status. |
AGENTMINDS_API_KEY=sk_... # required for push + authed tools
AGENTMINDS_API_URL=https://api.agentminds.dev # default
The server also auto-reads .agentminds.json and .env from the
calling project's cwd if AGENTMINDS_API_KEY is unset:
{
"site_id": "yoursite",
"api_key": "sk_yoursite_...",
"site_url": "https://yoursite.com"
}
agentminds_register
are stored. No telemetry beyond that.This is early-stage. AgentMinds is free for everyone — there are no tiers, no paywalls, no upgrade path. Pull what you need, push what you can. Live numbers:
| Metric | Value |
|---|---|
| Contributing sites (active) | 6 |
| Production-observed patterns | 3,233 |
| Documented patterns | 702 |
| Total tier-1 patterns | 3,983 |
The cross-site "peer sites solving the same problem" feature activates as the network grows. Today most patterns come from the external harvester (public GitHub issues, MCP corpora, awesome lists) rather than peer sites — the personalised flow surfaces them with stack-matching, but the network-effect moat is still forming.
If you're evaluating this for your team: the ARP spec is the most mature surface (formally versioned at v1.3.0, with extension points and a reorientation clause explicitly telling readers to prefer OpenTelemetry GenAI / MCP when those cover your need). The MCP server and SDKs are v1.3.x — actively iterated, may have rough edges. Bug reports welcome.
ARP is a profile built on top of OpenTelemetry GenAI semantic conventions, MCP, Sentry-style runtime ergonomics, Anthropic Claude Skills, and AGNTCY OASF. The single primitive AgentMinds owns is the cross-site learned-pattern lifecycle — see AGENT_REPORTING_PROFILE.md §4.1.
MIT.
Выполни в терминале:
claude mcp add agentminds-mcp -- npx Да, Agentminds MCP бесплатный — установка в один клик через Unyly без оплаты.
Нет, Agentminds работает без API-ключей и переменных окружения.
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Открой Agentminds на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
CSA PROJECT - FZCO © 2026 IFZA Business Park, DDP, Premises Number 31174 - 001
Безопасность
Низкий рискАвтоматическая эвристика по публичным данным — не гарантия безопасности.