skills-mcp

adelie-ai/skills-mcp
★ 1 stars Rust AI/LLM Updated today
MCP server for managing Anthropic Agent Skills (SKILL.md) on disk.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "skills-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "skills-mcp"
      ]
    }
  }
}