agentdock

gwanghun-choi/agentdock
★ 0 stars TypeScript AI/LLM Updated 3d ago
AgentDock is an open registry for discovering, analyzing, and managing AI agent skills, plugins, and MCP servers across multiple agent ecosystems.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agentdock": {
      "command": "npx",
      "args": [
        "-y",
        "gwanghun-choi/agentdock"
      ]
    }
  }
}