Skip to main content
Glama
mcp-skillkit-dev•518 B
#!/usr/bin/env bash # Local development runner for mcp-skillkit # Run the package from source without installation set -e # Exit on error # Get script directory SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" # Set PYTHONPATH to include src/ export PYTHONPATH="${SCRIPT_DIR}/src:${PYTHONPATH}" # Use local venv if available, otherwise system Python if [ -d "${SCRIPT_DIR}/.venv" ]; then source "${SCRIPT_DIR}/.venv/bin/activate" fi # Run the CLI from source python -m mcp_skills.cli.main "$@"

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

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