Skip to main content
Glama

UseKeen Documentation MCP Server

run_docker.sh583 B
#!/bin/bash # Check if .env file exists if [ ! -f .env ]; then echo "Error: .env file not found. Please create one based on .env.example" exit 1 fi # Load environment variables from .env file source .env # Check if USEKEEN_API_KEY is set if [ -z "$USEKEEN_API_KEY" ]; then echo "Error: USEKEEN_API_KEY is not set in .env file" exit 1 fi # Build the Docker image echo "Building Docker image..." docker build -t usekeen-mcp . # Run the Docker container echo "Running UseKeen MCP server..." docker run -e USEKEEN_API_KEY=$USEKEEN_API_KEY usekeen-mcp echo "Server stopped"

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/PromptMixerDev/usekeen-python-mcp'

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