AgentDock is an open registry for discovering, analyzing, and managing AI agent skills, plugins, and MCP servers across multiple agent ecosystems.
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"
]
}
}
}
Run in terminal:
claude mcp add agentdock npx -y gwanghun-choi/agentdock
Add to .cursor/mcp.json:
{
"mcpServers": {
"agentdock": {
"command": "npx",
"args": [
"-y",
"gwanghun-choi/agentdock"
]
}
}
}