We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gotalab/skillport'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# SkillPort Configuration
# ----------------------
# Variables prefixed with SKILLPORT_ are SkillPort-specific.
# API keys use standard names for compatibility with other tools.
# Path Settings
# SKILLPORT_SKILLS_DIR=./.skills
# Explicit DB override (optional). By default derived from ~/.skillport/indexes/
# SKILLPORT_DB_PATH=~/.skillport/indexes/default/skills.lancedb
# Search Settings
# SKILLPORT_SEARCH_LIMIT=10
# SKILLPORT_SEARCH_THRESHOLD=0.2
# Skill Filters (comma-separated)
# SKILLPORT_ENABLED_SKILLS=skill-a,skill-b
# SKILLPORT_ENABLED_CATEGORIES=development,documentation
# SKILLPORT_ENABLED_NAMESPACES=team-tools
# Core Skills (always available without searching)
# SKILLPORT_CORE_SKILLS_MODE=auto # auto, explicit, none
# SKILLPORT_CORE_SKILLS=code-review,team-standards # for explicit mode
# Execution Settings
# SKILLPORT_ALLOWED_COMMANDS=python,python3,uv,node,cat,ls,grep
# GitHub (for private repositories)
# GITHUB_TOKEN=ghp_...
# Embedding Settings
# Set to 'none' (default) or 'openai'. Leave unset to keep default.
SKILLPORT_EMBEDDING_PROVIDER=none