planner_mcp
Verified Safeby serser152
Overview
A Micro-Capability Protocol (MCP) server designed to serve as a planning tool for an intelligent agent, providing task management and time/date functionalities.
Installation
docker-compose up -dSecurity Notes
The server uses SQLAlchemy for all database interactions, which properly parameterizes queries and mitigates SQL injection risks. No 'eval' or direct shell command execution with user input was identified. No hardcoded sensitive credentials were found. The server binds to '0.0.0.0' for network access, which is standard for container deployments but requires appropriate host firewall configuration for external exposure.
Similar Servers
mcp-tasks
Provides a structured, persistent, and automated task and story management system for AI agents in software development workflows.
mcp-http-agent-md
This server provides a Minimal Model Context Protocol (MCP) HTTP server for managing AI agent projects, structured tasks, and versioned history, enabling subagent orchestration and document management.
AI-Prompt-Guide-MCP
Orchestrates AI agents for project management and development workflows by linking structured markdown specifications and tasks.
todo-mcp-server
Provides autonomous task management and random string generation for AI agents via Model Context Protocol (MCP) using stdio or HTTP transports.