File Systems
Trust: 25/100 (Limited)io.github.rkdpa/local-skills-mcp Guide
Universal MCP server for local filesystem skills with lazy loading and context-efficient discovery
Quick Start
Install
npx local-skills-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-rkdpa-local-skills-mcp": {
"command": "npx",
"args": [
"local-skills-mcp"
]
}
}
}