We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/BeehiveInnovations/zen-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pal-mcp-server•286 B
#!/bin/bash
# Wrapper script for Gemini CLI compatibility
# Get the directory of this script
DIR="$(cd "$(dirname "$0")" && pwd)"
# Change to the pal-mcp-server directory
cd "$DIR"
# Execute the Python server with all arguments passed through
exec .pal_venv/bin/python server.py "$@"