Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Ā© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. MCP Server
MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 11:16:28 AM

MCP Server

User RatingsBe the first to rate and review this MCP server!
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website
agent-instructionsprompt-registrymcpdeveloper-tools

Searches and retrieves reusable agent instructions, workflows, domain packs, and safety filters through MCP tools.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

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.

Manual Client & Custom JSON ConfigExpand JSON ā–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "agentbase1-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@agentbase1/mcp-server"
      ]
    }
  }
}

šŸ’” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (4) Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Overview

AgentBase1/mcp-server MCP server connects MCP-compatible agents to the AgentBase instruction registry. It wraps the registry's HTTP endpoints and exposes tools for searching files, retrieving files by ID, browsing categories, and finding featured entries. Reach for it when an agent needs runtime access to shared prompts, skills, workflows, domain guidance, or safety filters. The registry contains 44 free instruction files and does not require a paid service according to the provided material.

Use cases

•Search shared instruction files by keyword or domain
•Retrieve agent skills at runtime by file ID
•Browse available instruction categories and domains
•Load featured workflows and safety filters
•Share prompts across multiple agent workflows

Key features

•Keyword, domain, and type-based registry search
•Instruction retrieval by file ID
•Category and domain listing
•Featured and top-rated file retrieval
•npm-based local stdio setup

Capabilities & Tool Schemas (4) ~56 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server — may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Server.

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

How MCP Server works

What AgentBase1/mcp-server does

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.

How it works

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.

Setup and configuration

The README provides an npm-based stdio configuration:

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

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.

Tools and capabilities

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.

Getting started with this AgentBase1/mcp-server MCP server

Always refer to the official documentation for the most accurate and up-to-date information.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    ā˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory21 views
    Compare vs Moxie Docs MCP →
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    🧠 Knowledge & Memory16 views
    Compare vs Scrivener MCP →
  • Context7 logoContext7

    Up-to-date code documentation for LLMs and AI code editors.

    🧠 Knowledge & Memory7 views
    Compare vs Context7 →
  • Hindsight logoHindsight

    Hindsight: Agent Memory That Works Like Human Memory - Built for AI Agents to manage Long Term Memory

    🧠 Knowledge & Memory3 views
    Compare vs Hindsight →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
1
Stargazers on the source repository.
Last commit
5mo ago
Most recent push to the default branch.
Tools exposed
4
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Server

Add a local stdio MCP entry that runs `npx -y @agentbase1/mcp-server`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/agentbase1-mcp-server?style=directory)](https://allmcps.com/mcp/agentbase1-mcp-server)
HTML Embed
<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>

Technical Specs & Signals

Category🧠Knowledge & Memory
PricingFree
More technical detailsExpand ā–¾
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseCC0
Last updatedSep 7, 2026
10/10 checks healthy over the last 33d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit5mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Mar 17, 2026
52Quality signal: Good Ā· 52/100How this signal is calculated ā–¾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools28/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 21d ago via OSV.dev Ā· @agentbase1/mcp-server (npm)

ā˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧠 Knowledge & Memory →Best MCP servers for Memory & Knowledge →Alternatives to MCP Server →Install in Claude DesktopInstall in CursorInstall in VS Code