Skip to main content
Glama

DillyDallyMCP

by DIodide
setup-repo.sh•814 B
#!/bin/bash set -e echo "šŸš€ Setting up DillyDallyMCP repository..." # Initialize git if not already initialized if [ ! -d .git ]; then echo "šŸ“¦ Initializing git repository..." git init fi # Add all files echo "šŸ“ Adding files to git..." git add . # Make initial commit echo "šŸ’¾ Creating initial commit..." git commit -m "Initial commit: Dedalus MCP server" || echo "No changes to commit" # Install dependencies echo "šŸ“„ Installing dependencies..." npm install # Build the project echo "šŸ”Ø Building project..." npm run build echo "āœ… Setup complete!" echo "" echo "To test locally:" echo " STDIO mode: npm run dev:stdio" echo " HTTP mode: npm run dev:http" echo "" echo "To create remote repository:" echo " git remote add origin <your-repo-url>" echo " git push -u origin main"

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/DIodide/DillyDallyMCP'

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