Skip to main content
Glama
AgentBase1
by AgentBase1

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

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.

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AgentBase1/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server