Skip to main content
Glama
setup.sh406 B
#!/bin/bash # Install dependencies echo "Installing dependencies..." npm install # Create .env file if it doesn't exist if [ ! -f .env ]; then echo "Creating .env file from .env.example..." cp .env.example .env echo "Please edit the .env file with your Twitter credentials." else echo ".env file already exists." fi echo "" echo "Setup complete! You can now run the demo with:" echo "npm start"

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/ryanmac/agent-twitter-client-mcp'

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