Skip to main content
Glama

Skills MCP Server

ci

Ein FastMCP-Server, der die skills-engine-Taxonomie als MCP-Tools bereitstellt – so kann jeder MCP-Client (Claude, Cursor, benutzerdefinierte Agenten) Skills ableiten, normalisieren und durchsuchen und die Lifecycle-Governance einsehen.

Tools

Tool

Zweck

infer_skills(text, context_type)

extrahiert und identifiziert Skills aus Stellenbeschreibungen, Lebensläufen, Aufgaben und Reflexionen

normalize_skill(name)

bildet ein rohes Label auf die Ebenen custom → external → master ab

search_taxonomy(query, k)

semantische Suche über alle Ebenen

taxonomy_stats()

Zählung nach Ebene und Lifecycle-Status

lifecycle_report(today?)

vorgeschlagene Aktionen mit Begründungen (Halbwertszeit-Richtlinie)

Related MCP server: skills-mcp-server

Ausführung

pip install -r requirements.txt
uvicorn skills_engine.api.app:app --reload   # in the skills-engine repo, port 8000

export SKILLS_ENGINE_URL=http://127.0.0.1:8000
python src/skills_mcp/server.py              # stdio MCP transport

Binden Sie es in die Konfiguration eines beliebigen MCP-Clients ein:

{
  "mcpServers": {
    "skills-engine": {
      "command": "python",
      "args": ["src/skills_mcp/server.py"]
    }
  }
}

Tests

Die Tool-Funktionen sind einfache Callables, die auf der FastMCP-Instanz registriert werden. Daher monkeypatchen die Tests die Transportschicht (_get/_post) und prüfen Routing, Payloads und Registrierung, ohne dass eine Engine läuft.

MIT

Maintenance

ActivityMaintained
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • -
    license
    Not graded
    quality
    Not graded
    maintenance
    Enables intelligent discovery and management of Claude Skills through semantic search, ratings, favorites, and community curation. Provides tools to search, upload, rate, and organize skills with natural language queries and comprehensive metadata.
  • A
    license
    Not graded
    quality
    C
    maintenance
    Bridges Claude-style skills to MCP tools, enabling any MCP client to call the same skills for cross-client reuse and flexible packaging.
    1
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI agents to discover, install, and manage SKILL.md skills from a Git-backed registry via MCP tools for search, install, and list operations.
    17
    1
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hari2353/skills-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server