We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/systeminit/si'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•449 B
# System Initiative API Configuration
# Copy this file to .env and fill in your actual values
# Your System Initiative API Token (required for testing)
SI_API_TOKEN="your_api_token_here"
# System Initiative API Base URL (defaults to https://api.systeminit.com if not set)
SI_BASE_URL=https://api.systeminit.com
# Your System Initiative Workspace ID (optional - will be extracted from token if not provided)
SI_WORKSPACE_ID=your_workspace_id_here