Searches and retrieves reusable agent instructions, workflows, domain packs, and safety filters through MCP tools.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent ā or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag ā we're steadily working through the catalog.
š” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Server.
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
AgentBase1/mcp-server MCP server makes the AgentBase instruction registry available through the Model Context Protocol. The registry contains reusable material for AI agents, including system prompts, skills, workflows, domain packs, safety filters, and orchestration patterns. Agents can query that collection and obtain the content of a selected instruction file without requiring a custom integration with the registry's web service.
The source description identifies 44 files in the registry. These files are available at no cost, and the registry's instruction content is described as CC0-licensed. That makes the server relevant for teams that want to share or reuse agent guidance across multiple workflows.
The server acts as an MCP-facing wrapper around AgentBase's HTTP endpoints. An MCP-compatible client invokes one of the exposed tools, and the server sends the corresponding request to the registry. Results are returned as structured MCP tool responses for the client or agent to use.
Search can be narrowed using a keyword, domain, or file type. After identifying a relevant entry, an agent can use its file ID to retrieve the specific instruction. Category and domain discovery are available separately, while the featured listing provides access to selected or highly rated entries.
AgentBase1/mcp-server MCP server is suited to runtime instruction loading rather than permanent configuration management. For example, an agent can look up domain-specific guidance when a task requires it, or a team can use the same registry to locate shared workflows and safety material.
The README provides an npm-based stdio configuration:
The package is started locally through npx, and the -y option allows non-interactive installation. The provided setup does not list environment variables, API keys, OAuth steps, or other credentials. It also does not document additional server configuration options.
AgentBase1/mcp-server MCP server exposes four tools:
search_registry searches instruction files using a keyword, domain, or type.get_file loads one instruction file when given its ID.list_categories returns the registry's available categories and domains.get_featured returns featured or top-rated instruction files.These tools cover discovery and retrieval. They do not indicate that the server edits registry entries, uploads files, rates content, or executes the instructions it returns. The server provides access to instruction material; the consuming agent decides how to apply that material.
The documented use cases include loading domain-specific instructions during agent operation, retrieving skills for Claude Code workflows, sharing prompts and workflows between teams, and obtaining safety filters for production AI deployments.
The registry can also be browsed directly through the AgentBase website, but the MCP server is the interface intended for MCP-compatible agents.
Always refer to the official documentation for the most accurate and up-to-date information.
Factual signals from GitHub, npm, and our automated checks ā not a rating.
No reviews yet ā be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/agentbase1-mcp-server)<a href="https://allmcps.com/mcp/agentbase1-mcp-server"><img src="https://allmcps.com/api/badge/agentbase1-mcp-server?style=directory" alt="MCP Server on AllMCPs" /></a>