Skip to main content
Glama

Related Servers

Alternatives to skill-mcp

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      B
      maintenance
      Serves any directory of Agent Skills (SKILL.md folders) over MCP, exposing skills/list, skills/get, and skill:// resources so clients can enumerate and retrieve each skill's frontmatter and files. Every returned file comes with a real SHA-256 digest, letting clients verify content rather than merely trust it.
      MIT
    • A
      license
      A
      quality
      C
      maintenance
      Converts AI Skills (following Claude Skills format) into MCP server resources, enabling LLM applications to discover, access, and utilize self-contained skill directories through the Model Context Protocol. Provides tools to list available skills, retrieve skill details and content, and read supporting files with security protections.
      3
      28
      Apache 2.0
    • A
      license
      Not graded
      quality
      C
      maintenance
      Turns any folder of Markdown agent skills into a local MCP server, exposing them as tools, prompts, and resources for MCP-compatible clients.
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      Serves SKILL.md-based skills as MCP resources and tools over streamable HTTP, enabling remote discovery and retrieval of skill files with full YAML frontmatter parsing.
      Apache 2.0

    TDQS

    A4.5/5.0

    Scored across 4 tools

    Disambiguation5/5

    Each tool has a clearly distinct role: listing skills, loading a skill's instructions, reading bundled files, and executing declared scripts. No two tools overlap in purpose, and the descriptions reinforce the boundaries.

    Naming Consistency4/5

    All tools share the skill_ prefix and use lowercase_snake_case, which is predictable. However, skill_file uses a noun suffix while the others use action verbs, creating a minor pattern deviation.

    Tool Count5/5

    Four tools is a tight, well-scoped set for a skill management server. Each tool covers a necessary part of the workflow without redundancy or bloat.

    Completeness5/5

    The tool surface covers the full skill lifecycle from an agent's perspective: discover skills, load instructions, read referenced files, and execute runnable scripts. No obvious dead ends or missing operations are apparent.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues