mcp-skill-hub

ccancellieri/mcp-skill-hub
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
Local MCP server for semantic skill search with usage-based learning for Claude Code
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-skill-hub": {
      "command": "uvx",
      "args": [
        "mcp-skill-hub"
      ]
    }
  }
}

Or install with pip: pip install mcp-skill-hub

README Excerpt

> **A local MCP server that makes Claude Code smarter, cheaper, and offline-capable.** > Semantic skill search, zero-token hook interception, and a full 4-level local execution engine — all running on your machine with Ollama. <p align="center"> <a href="#-quick-start"><img alt="Quick Start" src="https://img.shields.io/badge/Quick_Start-3_minutes-brightgreen?style=flat-square"></a>