Back to Home
cpateldev icon

TodoMCPServer

Verified Safe

by cpateldev

Overview

Develops a Todo list management system with a REST API and Model Context Protocol (MCP) server support, enabling integration with AI coding assistants.

Installation

Run Command
dotnet run

Environment Variables

  • ASPNETCORE_ENVIRONMENT

Security Notes

The application uses an in-memory database, which is not persistent and resets on restart. It lacks authentication and authorization mechanisms, making it unsafe for production environments. It binds to `http://localhost:5000` and `https://localhost:7000` by default. `AllowedHosts: "*"` in `appsettings.json` is present but typically safe when only binding to `localhost`. Review and implement full security measures for production deployment.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-12-13

Tags

.NETMinimal APIMCPTodoAI ToolsDevelopment