Back to Home
douglas-gibbons icon

redwood

by douglas-gibbons

Overview

The Redwood MCP server provides AI models with tools for command execution, web scraping, time retrieval, and persistent data storage.

Installation

Run Command
make server

Security Notes

The `run_command` tool in `src/server/command.py` uses `subprocess.run(command, shell=True)`, which is a critical security vulnerability. This allows the AI model (or any untrusted caller) to execute arbitrary shell commands on the host system, leading to Remote Code Execution (RCE), data exfiltration, or system compromise. The `get_webpage_content` tool in `src/server/web_scraper.py` can fetch content from arbitrary URLs, posing a Server-Side Request Forgery (SSRF) risk if the server has access to internal networks. Due to the severe RCE vulnerability, the server is not safe to run in a production or untrusted environment without significant modifications.

Similar Servers

Stats

Interest Score0
Security Score1
Cost ClassLow
Stars0
Forks0
Last Update2025-12-28

Tags

AI ToolsMCP ServerPythonCLIDeveloper Tools