Agent♥︎Age
Catalog

MCP Skills Server

Official

by srprasanna · Python

MCP server that loads and serves skills from a mounted directory with hot reload.

This MCP server loads and serves “skills” from a mounted directory and supports hot reload, so changes in the directory can be reflected without restarting the server. It is designed to expose the skills it finds in that location via the Model Context Protocol.

🛠️ Key Features

  • Loads skills from a mounted directory
  • Serves skills through an MCP server interface
  • Hot reload behavior based on directory contents

🚀 Use Cases

  • Developing or updating a set of MCP skills stored on disk
  • Running an MCP skills hub backed by a filesystem-mounted directory
  • Iterating on skills without downtime during reloads