todo-mcp-server
Verified Safeby stilllovee
Overview
Provides autonomous task management and random string generation for AI agents via Model Context Protocol (MCP) using stdio or HTTP transports.
Installation
npx github:stilllovee/todo-mcp-serverSecurity Notes
The server primarily uses local SQLite for task persistence, which depends on host system file permissions for security. No direct 'eval' or malicious obfuscation found. Standard HTTP server risks apply if exposed publicly, but it's generally intended for local or controlled agent interaction. Input validation relies on the MCP SDK's schemas.
Similar Servers
mcp_server
This server implements the Model Context Protocol (MCP) to expose developer-defined tools as a HTTP API, specifically demonstrating a task creation tool.
smalltalk-mcp
A server or framework for managing and facilitating communication with AI agents, potentially incorporating a memory system, built using the Smalltalk MCP.
mcp-cf7b72a7-10c103b7-todo-list-mcp
Acts as a Model Context Protocol (MCP) server to provide a Todo List functionality by integrating with an external API.
mcp-cf7b72a7-27e74bd9-todo-list-mcp
This MCP server exposes a Todo List API as tools for AI models like Claude.