Connects Claude to AgentBase, an open registry of agent instruction files including system prompts, skills, workflows, and safety filters. Exposes four tools: search_registry for keyword and domain queries, get_file for pulling specific instructions by ID, list_categories for browsing available domains, and get_featured for top-rated content. Useful when you want agents to dynamically load domain-specific instructions at runtime instead of hardcoding prompts, or when teams need to share and version control system prompts across multiple agent deployments. The registry itself is CC0 licensed and browsable at agentbase-registry.vercel.app. Install via npx with the @agentbase1/mcp-server package.
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.
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.
| 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 |
{
"mcpServers": {
"agentbase": {
"command": "npx",
"args": ["-y", "@agentbase1/mcp-server"]
}
}
}
Browse the full registry at agentbase-registry.vercel.app.
CC0 licensed. All instruction files are free to use without restriction.
Chris Izworski — Solutions Consultant at Prepared, former Michigan 911 Executive Director, and AI implementer. Bay City, Michigan.
io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage
io.github.mikerawsonnz/llm-orchestration-agent
io.github.mikerawsonnz/authenticated-llm-agent
labforgedev/copilot-memory-mcp
csoai-org/agent-prompt-injection-firewall-mcp
io.github.mikerawsonnz/authenticated-multi-llm-agent