Open Source · Apache 2.0 MCP-native Live in under a minute

A smart skills repository for agentic workflows

Manage · Execute · Organize · Publish

Skillberry Store is a central place to manage every tool your AI agents need. Upload once, execute anywhere, and manage everything from a single service — tools, skills, and snippets with semantic search, lifecycle management, virtual MCP servers, and a rich plugin ecosystem.

pip install skillberry-store
make docker-run   # UI → :8002 · API docs → :8000/docs

Highlights: the Skillberry Store UI in ~1 minute

3
Resource types: tools, skills & snippets
2
Mountable frontends: virtual MCP & vNFS
16
Installable plugins
1
Service to run it all
Why Skillberry Store

One service for every skill your agents need

Stop scattering tools across repos, gists, and one-off scripts. Register them once, then reach them from any MCP-compatible client — with search, versioning, and safe execution built in.

Manage the full lifecycle

Add, update, delete, and version tools, skills, and snippets. Control state and visibility, organize with namespaces, and find anything with semantic or classic search.

Execute safely

Invoke tools with parameters inside a Docker (or Podman) sandbox. Isolated execution keeps agent-generated code from touching your host.

Connect anywhere

Expose tools as virtual MCP servers, mount skills as read-only filesystems over WebDAV/NFS, or route calls to external MCP backends. Works with Claude, Cursor, and any MCP client.

What's inside

Built for the way agents actually work

Semantic & classic search

Shortlist tools and skills by meaning or by keyword across every resource in the store.

Namespaces

Label and organize skills, tools, and snippets for better categorization and filtering.

Virtual MCP servers

Expose a single skill's tools and snippets as a standalone MCP endpoint on its own port.

vNFS filesystems

Mount a skill as a read-only WebDAV or NFSv3 filesystem — readable by any tool that can mount a drive.

MCP frontend & backend

Serve your tools as MCP, and consume/route tools from multiple external MCP servers.

Control API over MCP

Every REST operation is also an MCP tool at /control_sse for agentic workflows.

Persistence backends

Store tools and skills in the filesystem or in GitHub repos via version-controlled hooks.

Observability

Prometheus metrics and OpenTelemetry traces for operational and behavioural analysis.

Plugin architecture

Extend the store with AI-powered generation, evaluation, security, import, and optimization — no core changes.

The web UI

A modern console for your skill library

Built with React and PatternFly, the UI ships with the backend — manage tools, skills, snippets, VMCP and vNFS servers, and plugins visually.

Skillberry Store skills library in the web UI
Documentation

Dive deeper

Live in under a minute

Install with pip, start with Docker, and you have a searchable, executable, MCP-ready skill library running locally.

pip install skillberry-store
make docker-run