Shouldideploytoday
БесплатноНе проверенMCP server that checks if today is a good day to deploy using the shouldideploy.today API, with timezone support.
Описание
MCP server that checks if today is a good day to deploy using the shouldideploy.today API, with timezone support.
README
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.
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.js
Using 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
Установка Shouldideploytoday
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/corentinleberre/shouldideploytoday-mcpFAQ
Shouldideploytoday MCP бесплатный?
Да, Shouldideploytoday MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Shouldideploytoday?
Нет, Shouldideploytoday работает без API-ключей и переменных окружения.
Shouldideploytoday — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Shouldideploytoday в Claude Desktop, Claude Code или Cursor?
Открой Shouldideploytoday на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Shouldideploytoday with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
