AgentBase MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add agentbase -- npx -y @agentbase1/mcp-server
README.md

Open registry of agent instruction files, system prompts, and workflows.

AgentBase MCP Server

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

Tool Description
search_registry Search instruction files by keyword, domain, or type
get_file Retrieve a specific instruction file by ID
list_categories List all available categories and domains
get_featured Get 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.

Tools (4)

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

Configuration

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

Try it

Search the registry for system prompts related to Python coding.
List all available categories in the AgentBase registry.
Get the featured instruction files to see what is currently popular.
Retrieve the instruction file with ID 123 to use for my current task.

Frequently Asked Questions

What are the key features of AgentBase?

Direct access to an open registry of agent instruction files. Search capabilities for system prompts, skills, and workflows. Retrieval of specific instruction files by ID. Categorization of available domains and instruction types. Access to featured and top-rated agent instructions.

What can I use AgentBase for?

AI agents loading domain-specific instructions at runtime. Claude Code workflows pulling skills from a shared registry. Teams sharing standardized system prompts and workflows across agents. Retrieving safety filters for production AI deployments.

How do I install AgentBase?

Install AgentBase by running: npx -y @agentbase1/mcp-server

What MCP clients work with AgentBase?

AgentBase works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep AgentBase docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare