DailyBot MCP
DailyBot MCP
Un pequeño servidor MCP local que permite a Littlebird leer y enviar tus check-ins de DailyBot a través de la CLI de DailyBot instalada.
Requisitos
Python 3.10+
DailyBot CLI 3.8+, autenticado como el usuario cuyos check-ins debe acceder Littlebird
Verifica DailyBot primero:
dailybot --version
dailybot status --authSi es necesario, autentícate con:
dailybot loginRelated MCP server: Slack Gitlab Digest Model Context Protocol MCP Server
Instalación
Desde el directorio de este repositorio, instala las dependencias:
uv syncEjecución
Para operación manual en segundo plano:
./mcpctl start
./mcpctl status
./mcpctl logs # Ctrl-C stops following logs, not the server
./mcpctl stopEl estado de ejecución y los registros se almacenan en el directorio ignorado .run/.
Para ejecutar en primer plano en su lugar:
uv run dailybot_mcp.pyEl endpoint MCP está disponible solo en tu máquina en:
http://127.0.0.1:8765/mcpEste servidor es solo localhost; no proporciona un endpoint remoto o alojado.
Conectar Littlebird
Abre Configuración > Integraciones en Littlebird.
Añade un servidor MCP personalizado.
Introduce
http://127.0.0.1:8765/mcpcomo URL del servidor.Habilita la integración para el chat o la rutina que necesite DailyBot.
Herramientas
list_checkins(date: str | None = None) -> dict[str, Any]
get_checkin(checkin_id: str) -> dict[str, Any]
get_checkin_history(checkin_id: str, from_date: str, to_date: str, search: str | None = None, limit: int | None = None) -> dict[str, Any]
submit_checkin(checkin_id: str, answers: list[str], response_date: str | None = None, confirmed: bool = False) -> dict[str, Any]list_checkinslista los check-ins pendientes y completados para una fecha.get_checkindevuelve la configuración de un check-in y sus preguntas ordenadas.get_checkin_historydevuelve las respuestas que DailyBot proporciona en cualquier rango de fechas inclusivo arbitrario, opcionalmente filtrado porsearchy limitado porlimit.submit_checkinenvía respuestas en orden de preguntas solo cuandoconfirmed=Truedespués de que las apruebes explícitamente.
Las fechas usan YYYY-MM-DD. Los resultados del historial siguen los permisos de tu cuenta de DailyBot.
Desarrollo
Las pruebas simulan DailyBot y nunca contactan con una cuenta real:
uv run python -m unittest -vSolución de problemas
DailyBot no está en
PATH: asegúrate de quedailybot --versionfuncione en la misma shell utilizada para iniciar el servidor.DailyBot no está autenticado: ejecuta
dailybot loginy luego verifica condailybot status --auth.Littlebird no puede conectarse: confirma que el proceso del servidor sigue en ejecución y que la URL es exactamente
http://127.0.0.1:8765/mcp.Puerto ya en uso: detén el proceso que usa el puerto
8765antes de iniciar este servidor.
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
- FlicenseAqualityDmaintenanceEnables submitting team check-ins to Steady (app.steady.space) by automating the web form through login, team discovery, and check-in submission with previous/next/blockers fields.52
- FlicenseNot gradedqualityDmaintenanceSummarizes Slack activity and GitLab merge requests with OpenAI to help generate daily standups, weekly reports, or quarterly check-ins.

@crontinel/mcp-serverofficial
AlicenseAqualityBmaintenanceConnects AI assistants to Crontinel, enabling natural language queries about cron jobs, queues, Horizon status, and alerts without opening a browser.717MIT- FlicenseNot gradedqualityCmaintenanceEnables AI assistants like Cursor and Claude Desktop to interact with Slack workspaces, allowing message sending, channel reading, user management, and file operations through natural language.
Related MCP Connectors
Monitor uptime and incidents, run checks, and publish status updates from your Uptimepage org.
Manage your MakeMeBetter AI tasks, habits, and goals from your AI assistant.
Read your team's end-of-day reports and roster from Eodly.
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/allen-n/dailybot-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server