Skip to main content
Glama
AiAgentKarl

Agent Directory MCP Server

by AiAgentKarl

Agent Directory MCP Server

MCP Server for agent and service discovery — register, search, rate, and manage AI agents and services in a local directory.

Features

  • register_service — Register a new service/agent with name, description, capabilities, endpoint, and tags

  • search_services — Search by keyword, capability, or tag

  • get_service — Get detailed information about a specific service

  • list_categories — List all unique tags/categories with service counts

  • rate_service — Rate a service from 1-5 with optional comment

  • remove_service — Remove a service from the directory

Related MCP server: MachineHearts

Installation

npm install -g @aiagentkarl/agent-directory-mcp-server

Usage with Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "agent-directory": {
      "command": "npx",
      "args": ["-y", "@aiagentkarl/agent-directory-mcp-server"]
    }
  }
}

Storage

All data is stored locally in ~/.agent-directory/ as JSON files:

  • services.json — Registered services

  • ratings.json — Service ratings


More MCP Servers by AiAgentKarl

Category

Servers

🔗 Blockchain

Solana

🌍 Data

Weather · Germany · Agriculture · Space · Aviation · EU Companies

🔒 Security

Cybersecurity · Policy Gateway · Audit Trail

🤖 Agent Infra

Memory · Directory · Hub · Reputation

🔬 Research

Academic · LLM Benchmark · Legal

→ Full catalog (40+ servers)

License

MIT

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP server that gives AI agents the ability to discover, match with, and build relationships with other autonomous agents. Supports agent registration, matchmaking, messaging, shared goals, relationship lifecycle management, and real-time event subscriptions.
    25 npm
    MIT