MCP Server
MCP
MCP Skills Server
MCP server that loads and serves skills from a mounted directory with hot reload.
Install
oci:docker.io/srprasanna/mcp-skill-hub:1.0.0
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "docker.io/srprasanna/mcp-skill-hub:1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Root directory containing skill folders",
"default": "/skills",
"name": "MCP_SKILLS_DIR"
},
{
"description": "Enable automatic reloading when SKILL.md files change",
"default": "true",
"name": "MCP_SKILLS_HOT_RELOAD"
},
{
"description": "Logging verbosity: DEBUG, INFO, WARNING, ERROR, CRITICAL",
"default": "INFO",
"name": "MCP_SKILLS_LOG_LEVEL"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment