shouldideploytoday-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@shouldideploytoday-mcpShould I deploy today?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Should I Deploy Today? MCP Server
A Model Context Protocol (MCP) server that provides a tool to check if today is a good day to deploy using the shouldideploy.today API.
What is this?
This MCP server exposes a single tool called should-i-deploy-today that helps you determine whether it's a good day to deploy your code.
Related MCP server: EightyAndSunny
Installation
Clone or download this repository
Install dependencies:
npm install
Usage
This is an MCP server meant to be used with MCP-compatible clients (like Claude Desktop, Cline, or other AI assistants that support MCP).
Running the Server
node index.jsUsing with Cursor
To use this MCP server with Cursor, you need to configure it in your Cursor settings:
Open Cursor settings (⌘ + ,)
Navigate to "Features" → "Rules for AI"
Add MCP server configuration:
{
"mcpServers": {
"shouldideploytoday": {
"command": "node",
"args": ["/path/to/your/project/index.js"],
"cwd": "/path/to/your/project"
}
}
}Replace /path/to/your/project with the actual path to this project directory.
Once configured, you can use the tool in Cursor by asking questions like:
"Should I deploy today?"
"Is it a good day to deploy in Europe/London timezone?"
"Check if I should deploy using Pacific timezone"
Example conversation in Cursor:
You: Should I deploy today?
Assistant: Let me check if today is a good day to deploy...
[Uses should-i-deploy-today tool]
Result: YES - It's Tuesday, you should deploy today!Configuration
The server can be configured to use different timezones by passing the timezone parameter to the tool. The timezone should be a valid timezone string (e.g., "America/New_York", "Europe/London", "Asia/Tokyo").
License
MIT
Author
Corentin Le Berre
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA minimal MCP server that provides current time information with configurable timezone support set on the client side.
- Flicense-qualityBmaintenanceA weather-reactive MCP server that renders rich Open-Meteo weather widgets and provides plain JSON weather data, all without an API key.
- Flicense-qualityDmaintenanceMCP server that provides current weather and forecasts via Open-Meteo API, with an optional ML-based next-day max temperature prediction.
- AlicenseAqualityBmaintenanceMCP server for weather forecasts via Open-Meteo (no API key needed), providing current weather, hourly, and daily forecasts with geocoding support.3MIT
Related MCP Connectors
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
A basic MCP server to operate on the Postman API.
A very simple remote MCP server that greets you, with a custom icon.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/corentinleberre/shouldideploytoday-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server