Back to Home
graphcs icon

TaskPilot

Verified Safe

by graphcs

Overview

A minimal MCP server demonstrating task management and a Crunchbase-style company database for ChatGPT Apps, featuring interactive UI widgets.

Installation

Run Command
python server.py

Security Notes

The server uses in-memory and local JSON file storage (`tasks.json`, `companies.json`) which is fine for a personal/demo app but not suitable for multi-user or production deployments without significant modifications (e.g., persistent database, proper authentication/authorization). There are no direct `eval()` calls or obvious command injection vulnerabilities. Input parameters for tools are handled safely (e.g., integer IDs, string comparisons). Potential client-side XSS risk if the UI widgets (`task_list.html`, `company_widget.html`) do not properly sanitize data received via `structured_content` before rendering, but this is a client-side concern, not a server-side vulnerability within the provided Python code.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Avg Tokens250
Stars0
Forks0
Last Update2025-11-30

Tags

MCP ServerChatGPT AppTask ManagementCompany DatabaseFastMCP