Skip to main content
Glama

Skillz

pyproject.tomlβ€’1.18 kB
[project] name = "skillz" version = "0.1.13" description = "MCP server that exposes Claude-style skills to any MCP client." readme = "README.md" authors = [ { name = "Eleanor Berger", email = "eleanor@intellectronica.net" } ] requires-python = ">=3.12" dependencies = [ "fastmcp>=2.2.5", "pyyaml>=6.0", ] license = { file = "LICENSE" } keywords = ["mcp", "skills", "fastmcp", "claude"] classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.12", ] [project.urls] Homepage = "https://github.com/intellectronica/skillz" Issues = "https://github.com/intellectronica/skillz/issues" [project.scripts] skillz = "skillz.__main__:run" [build-system] requires = ["uv_build>=0.9.5,<0.10.0"] build-backend = "uv_build" [dependency-groups] dev = [ "pytest>=8.4.2", "pytest-asyncio>=0.23.7", "ruff>=0.6.9", ] [tool.uv] package = true default-groups = ["dev"] [tool.ruff] line-length = 79 target-version = "py312" [tool.ruff.lint] select = ["E", "W", "F"]

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/intellectronica/skillz'

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