PluginBench
MCP Server
Active
MIT

AgentsKit Registry MCP Server

io.github.AgentsKit-io/agentskit-registry

What is the AgentsKit Registry MCP server?

Discover open-source AI agents and get source-owned installation instructions through MCP.

How to install AgentsKit Registry

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agentskit-registry": {
      "url": "https://registry.agentskit.io/api/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agentskit-registry": {
      "serverUrl": "https://registry.agentskit.io/api/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agentskit-registry": {
      "type": "http",
      "url": "https://registry.agentskit.io/api/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "agentskit-registry": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://registry.agentskit.io/api/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http agentskit-registry https://registry.agentskit.io/api/mcp

Related MCP servers

Resolve documentation ownership, edit roots, checks, and human handoffs before an agent edits code.

5
TypeScript
MIT
View repository →