We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kamiwaza-drew/tool-git'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
kamiwaza-registry.env.template•789 B
# Kamiwaza Extensions Registry Environment Configuration
#
# Copy this file to kamiwaza-registry.env and update the paths/URLs
# Then source it to configure your environment:
# source kamiwaza-registry.env
# Enable local extension stage
export KAMIWAZA_EXTENSION_STAGE=LOCAL
# Choose one of the following options:
# Option 1: HTTPS server (recommended for team sharing)
# Uncomment and update with your server URL:
# export KAMIWAZA_EXTENSION_LOCAL_STAGE_URL=https://localhost:58888
# Option 2: Local file system (single machine)
# Uncomment and update with the absolute path to this package:
# export KAMIWAZA_EXTENSION_LOCAL_STAGE_URL=file:///absolute/path/to/package
# Note: The package-setup.sh script will automatically configure these
# with the correct paths when you run it.