Prompt Buddy
Prompt Buddy MCP exposes a public, searchable catalog of reusable AI skills.
Ads
Overview
Use the Prompt Buddy CLI to create, index, and verify local instruction skills. Use the remote MCP server to give AI clients authenticated access to workspace prompt assets. CLI commands create local project state, lock installed skills, and make skill validation usable in scripts and CI. The CLI is the fastest way to bring Prompt Buddy into a code repository. Create or detect local instruction skills, track managed state in lockfiles, and verify skills in CI. Works as \prompt-buddy\ for scripts and \pb\ for daily use.
Installation
https://mcp.prompt-buddy.io/
Configuration
{
"mcpServers": {
"prompt-buddy": {
"url": "https://mcp.prompt-buddy.io/mcp"
}
}
}Capabilities
- Detect local instruction skills
Ask your assistant to run `pb detect --yes` to index repository-local skills and refresh their managed metadata.
- Create a new skill package
Use `pb skills create` with a name and description to package a reusable procedure or tuned instruction workflow.
- Verify skills for CI readiness
Run `pb skills verify --strict` to check local skill files, checksums, manifests, and trust before production use.
- Fetch workspace prompt assets
Ask for `get_workspace_prompts` to read authenticated workspace prompt assets (requires a bearer token).
- Access workspace workflows
Use `get_workspace_workflows` as a backward-compatible alias for clients calling workspace prompt assets workflows.
- Clean up project state
Run `pb clean --all --yes` to remove Prompt Buddy state and managed agent bridges when decommissioning.
Tags
- ai-agent
- knowledge-retrieval
- productivity
- search
Related MCP servers
Cua
OfficialMCP server for the Computer-Use Agent (CUA), allowing you to run CUA through Claude Desktop or other MCP clients.
Notion MCP
OfficialOfficial Notion MCP server for searching, reading, creating, and updating Notion pages, databases, and workspace content from AI agents.
Notion MCP Server
Search pages, read blocks, and create content in Notion workspaces.
Laravel Boost
OfficialLaravel Boost is an MCP server equipped with over 15 specialized tools designed to streamline AI-assisted coding workflows.