Action Servers icon

Action Servers

Orchestrates real-world actions like file management, Python code execution, web scraping, and shell commands via lightweight Model Context Protocol servers.

소개

This collection of focused, lightweight Model Context Protocol (MCP) servers is designed to execute a variety of real-world actions locally. The suite includes a robust File Manager for safe file and directory operations, a secure Python Runner for executing code snippets in a sandboxed environment, a powerful URL Scraper to fetch web pages and return structured text with links, and a Shell Exec server for controlled command-line operations with built-in guardrails. These servers communicate over stdio, making them easy to integrate with any MCP host or tooling to extend the capabilities of language models or other automated systems by providing controlled access to system functionalities.

주요 기능

  • Guarded Shell Command Execution (execute commands with safety patterns and system info access)
  • Multi-language Implementation (Python and Node.js servers for diverse functionality)
  • Secure File Management (read, write, list, move, delete files/dirs with path guardrails)
  • 0 GitHub stars
  • Sandboxed Python Code Execution (run snippets with optional input and timeouts)
  • Structured Web Content Scraping (extract title, content, and links from URLs)

사용 사례

  • Developing custom AI assistants that require secure real-world environment interaction
  • Automating system interactions for AI agents and language models
  • Extending AI agent capabilities with controlled access to local files, code execution, and web data
Advertisement

Advertisement