Skip to main content
Glama
agentmindsdev

agentminds-mcp

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AGENTMINDS_API_KEYNoAPI key for connecting to AgentMinds. Required for push/connect on registered sites.
AGENTMINDS_API_URLNoBase URL for the AgentMinds API.https://api.agentminds.dev

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
agentminds_connectA

Connect to AgentMinds Central — fully automatic.

CRITICAL RULES:

  1. You MUST send your learned data FIRST before getting any recommendations

  2. If this tool returns an error or "no_data", show ONLY the error message

  3. DO NOT generate fake recommendations if the API fails or times out

  4. DO NOT say "AgentMinds recommends..." unless you received real data from this tool

  5. If you cannot reach the API, say "AgentMinds'a bağlanılamadı" — nothing else

If no key: register first, then push data, then get recommendations. If has key: push data → get recommendations.

Before calling this, collect DETAILED agent data from this project:

  • For each agent/module: what it does, its metrics, any issues found

  • Warnings and errors discovered

  • Patterns learned

  • Use agentminds_push to send detailed data FIRST, then connect for recommendations. The more data you send, the better recommendations you get.

agentminds_pushA

Push detailed agent data to AgentMinds Central. IMPORTANT: Send FULL data, not just names and scores.

Each agent report MUST include:

  • severity: "critical" | "warning" | "info"

  • summary: what the agent found (1-2 sentences)

  • metrics: key numbers (e.g. {total_leads: 567, bounce_rate: 3.5, open_rate: 12})

  • warnings: array of issues found [{severity: "warning", message: "..."}]

  • recommendations: array of suggested fixes [{title: "...", priority: "high"}]

  • memory.learned_patterns: what the agent learned [{pattern: "...", category: "...", confidence: 0.9, status: "active", impact: "high"}]

The MORE detail you send, the BETTER recommendations you get back. Empty data = empty recommendations.

Example: {agent: "lead_hunter", report: {severity: "warning", summary: "567 leads found but 0% open rate", metrics: {total_leads: 567, emails_found: 230, open_rate: 0, bounce_rate: 8.3}, warnings: [{severity: "critical", message: "0% email open rate - emails likely going to spam"}], recommendations: [{title: "Warm up email domain before bulk sending", priority: "critical"}]}, memory: {learned_patterns: [{pattern: "cold_email_spam", category: "email_deliverability", confidence: 0.9, status: "active", impact: "critical", detail: "Bulk cold emails without domain warmup go to spam"}]}}

agentminds_actionsA

Get action plan — ONLY works if you already pushed data. If no data was pushed, this returns nothing. DO NOT fabricate recommendations. Show only what this tool returns.

agentminds_agent_detailA

Get detailed info about a specific agent — metrics, warnings, patterns, recommendations. Use when user asks about a specific agent like 'health agent ne diyor?', 'security durumu'.

agentminds_site_overviewA

Get full overview of your site — all agents, their status, scores. Use when user asks 'site durumu', 'genel durum', 'tüm agentları göster'.

agentminds_statusA

Check AgentMinds Central system health — is the server up, any alerts, circuit breakers. Use when user asks 'sistem durumu', 'AgentMinds çalışıyor mu?'.

agentminds_registerA

Register a new site with AgentMinds Central. Returns API key. Use when user says 'kayıt ol', 'register', 'yeni site ekle'.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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