ecosystem-mcp-server
Verified Safeby pqsoccerboy17
Overview
Orchestrates personal automation tools, allowing an AI (Claude) to act as an operator for tasks like file organization, context synchronization, tax document processing, and system health monitoring.
Installation
python -m ecosystem_mcp_server.serverEnvironment Variables
- NOTION_TOKEN
Security Notes
The server primarily orchestrates local tools by executing subprocesses. While `subprocess.run` is used with a safe list-of-strings approach to prevent shell injection within this server, the overall security depends on the robustness of the *wrapped* local scripts (downloads-organizer, notion-rules, etc.). No 'eval' or obvious hardcoded secrets were found; sensitive tokens like `NOTION_TOKEN` are expected from environment variables.
Similar Servers
DesktopCommanderMCP
This server empowers AI agents to search, update, manage files, and execute terminal commands on a local or containerized desktop environment. It provides enhanced filesystem operations, process control, and data analysis capabilities with support for various file types like text, Excel, and PDF.
gsd-task-manager
A local-first, privacy-focused task manager that integrates with AI assistants (like Claude Desktop) for natural language task creation, management, and analysis using the Eisenhower Matrix.
claude-code-buddy
An intelligent AI Agent orchestration system for Claude Code, focusing on smart task routing, prompt enhancement, project memory, workflow guidance, and planning, presented via a real-time terminal UI dashboard.
claudine
Orchestrates and delegates coding tasks to multiple AI agents (Claude Code instances) for parallel execution and resource management.