Skip to main content
Glama

Skills MCP

by skills-mcp
types.ts609 B
import type { SkillMetadata } from './schemas.js' /** * Skill metadata stored in registry (without content) */ export interface SkillInfo { id: string path: string metadata: SkillMetadata lastModified: number } /** * Complete skill with content (returned by get_skill) */ export interface Skill extends SkillInfo { content: string } /** * Skill registry entry */ export interface SkillEntry { info: SkillInfo lastChecked: number } /** * Configuration for the Skills MCP Server */ export interface SkillsConfig { skillsDirs: string[] stalenessThreshold?: number // milliseconds }

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/skills-mcp/skills-mcp'

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