Skip to main content
Glama

Time MCP

by samay58
#!/bin/bash # Script to initialize git and upload to GitHub # Initialize git repository git init # Add all files git add . # Make initial commit git commit -m "Initial commit" # Create repository on GitHub first (manually) # Then add the remote and push echo "Now run these commands after creating your GitHub repository:" echo "git remote add origin https://github.com/YOUR_USERNAME/time-mcp.git" echo "git branch -M main" 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/samay58/time-mcp'

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