SkillsMCP

NVentimiglia/SkillsMCP
★ 1 stars Python 🤖 AI/LLM Updated 4d ago
MCP Server for serving skills to Claude, Gemini, Cursor, Antigravity.
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": {
    "skillsmcp": {
      "command": "uvx",
      "args": [
        "skillsmcp"
      ]
    }
  }
}

Or install with pip: pip install skillsmcp

README Excerpt

Serves project-specific skills and behavioral rules to AI agents via MCP. Works with Claude Code, Gemini CLI, Cursor, and Antigravity. Pairs well with [LearnSkill](https://github.com/NVentimiglia/LearnSkill) (behavioral auditing) and [claude-mem](https://github.com/thedotmack/claude-mem) (long-term memory).

Tools (1)

doctor

Topics

agentic-learningmcpmcp-serverrlskills