Back to Browse

Openclaw Registry MCP Server

Developer ToolsLow Risk8.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Search and retrieve agent instruction files: system prompts, skills, workflows, and safety filters.

About

Search and retrieve agent instruction files: system prompts, skills, workflows, and safety filters.

Security Report

8.0
Low Risk8.0Low Risk

Valid MCP server (2 strong, 4 medium validity signals). 2 known CVEs in dependencies (0 critical, 2 high severity) Package registry verified. Imported from the Official MCP Registry.

3 files analyzed · 3 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-izworskic-openclaw-registry": {
      "args": [
        "-y",
        "agentbase-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

AgentBase MCP Server

Listed on awesome-mcp-servers Glama Score

MCP server for the AgentBase agent instruction registry. Gives any MCP-compatible AI agent direct access to search and retrieve instruction files.

Listed in punkpeye/awesome-mcp-servers — 83k+ stars.

What It Does

AgentBase is an open registry of agent instruction files: system prompts, skills, workflows, domain packs, safety filters, and orchestration patterns. This MCP server wraps the registry's HTTP endpoints and exposes them as structured MCP tools.

Tools

ToolDescription
search_registrySearch instruction files by keyword, domain, or type
get_fileRetrieve a specific instruction file by ID
list_categoriesList all available categories and domains
get_featuredGet featured/top-rated instruction files

Install

{
  "mcpServers": {
    "agentbase": {
      "command": "npx",
      "args": ["-y", "@agentbase1/mcp-server"]
    }
  }
}

Use Cases

  • AI agents that need to load domain-specific instructions at runtime
  • Claude Code workflows that pull skills from a shared registry
  • Teams sharing system prompts and workflows across agents
  • Safety filter retrieval for production AI deployments

Registry

Browse the full registry at agentbase-registry.vercel.app.

CC0 licensed. All instruction files are free to use without restriction.

Built By

Chris Izworski — Solutions Consultant at Prepared, former Michigan 911 Executive Director, and AI implementer. Bay City, Michigan.

Reviews

No reviews yet

Be the first to review this server!